Skip to content

Commit

Permalink
Merge pull request #1224 from dimaqq/release-3.6.0
Browse files Browse the repository at this point in the history
#1224

null
  • Loading branch information
jujubot authored Nov 28, 2024
2 parents 7662197 + 0536435 commit a6fd472
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
---------

3.6.0.0
^^^^^^^

Thursday 28th Nov 2024

## What's Changed

* correct parsing of storage constraints, can be specified as strings or dicts
* enable attachment of binary files as charm resources
* allow newest websockets dependency
* better type hints, should be visible through pytest-operator in your integration tests
* tested against Juju 3.5.5 and 3.6.0

3.5.2.0
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

DEFAULT_ARCHITECTURE = "amd64"

CLIENT_VERSION = "3.5.2.0"
CLIENT_VERSION = "3.6.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "juju"
version = "3.5.2.0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
version = "3.6.0.0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
description = "Python library for Juju"
readme = "docs/readme.rst"
license = { file = "LICENSE" }
Expand Down

0 comments on commit a6fd472

Please sign in to comment.