File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 3.6.0.0
5+ ^^^^^^^
6+
7+ Thursday 28th Nov 2024
8+
9+ ## What's Changed
10+
11+ * correct parsing of storage constraints, can be specified as strings or dicts
12+ * enable attachment of binary files as charm resources
13+ * allow newest websockets dependency
14+ * better type hints, should be visible through pytest-operator in your integration tests
15+ * tested against Juju 3.5.5 and 3.6.0
16+
4173.5.2.0
518^^^^^^^
619
Original file line number Diff line number Diff line change 66
77DEFAULT_ARCHITECTURE = "amd64"
88
9- CLIENT_VERSION = "3.5.2 .0"
9+ CLIENT_VERSION = "3.6.0 .0"
Original file line number Diff line number Diff line change 11[project ]
22name = " juju"
3- version = " 3.5.2 .0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
3+ version = " 3.6.0 .0" # 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