File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 3.6.1.1
5+ ^^^^^^^
6+
7+ Wednesday 19th Mar 2025
8+
9+ ## What's Changed
10+
11+ * chore: fix changelog format by @dimaqq in https://github.com/juju/python-libjuju/pull/1248
12+ * docs: move docs from juju.is by @tmihoc in https://github.com/juju/python-libjuju/pull/1244
13+ * chore: type hint improvements from the helper thread branch by @dimaqq in https://github.com/juju/python-libjuju/pull/1250
14+ * chore: remove pyrfc3339 and change to datetime.datetime.fromisoformat… by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1247
15+ * fix: create websockets ConnectionClosed error correctly by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1255
16+
4173.6.1.0
518^^^^^^^
619
Original file line number Diff line number Diff line change 66
77DEFAULT_ARCHITECTURE = "amd64"
88
9- CLIENT_VERSION = "3.6.1.0 "
9+ CLIENT_VERSION = "3.6.1.1 "
Original file line number Diff line number Diff line change 11[project ]
22name = " juju"
3- version = " 3.6.1.0 " # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
3+ version = " 3.6.1.1 " # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
44description = " Python library for Juju"
55readme = " docs/readme.rst"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments