diff --git a/docs/changelog.rst b/docs/changelog.rst index 7209fa1d..52a9be2e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,22 @@ Changelog --------- -3.3.1.0 +3.3.1.1 ^^^^^^^ -Thursday 8th Feb 2024 +Thursday 15th Feb 2024 ## What's Changed +This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios. + +* Resolve build problems in 3.3.1.0 by @cderici in https://github.com/juju/python-libjuju/pull/1026 + +3.3.1.0 +^^^^^^^ + +Thursday 8th Feb 2024 + * Remove paramiko upper-bound by @gboutry in https://github.com/juju/python-libjuju/pull/1005 * Remove explicit passing of event_loop into tests by @cderici in https://github.com/juju/python-libjuju/pull/1006 * chore: remove the upper restrictions on the websockets dependency by @tonyandrewmeyer in https://github.com/juju/python-libjuju/pull/1007 diff --git a/juju/version.py b/juju/version.py index e9b48bf5..0e4ae30d 100644 --- a/juju/version.py +++ b/juju/version.py @@ -5,4 +5,4 @@ DEFAULT_ARCHITECTURE = 'amd64' -CLIENT_VERSION = "3.3.1.0" +CLIENT_VERSION = "3.3.1.1"