Skip to content

Commit

Permalink
Merge pull request #1027 from cderici/release-3.3.1.1
Browse files Browse the repository at this point in the history
#1027

## 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 #1026


#### Notes & Discussion

JUJU-5483
  • Loading branch information
jujubot authored Feb 15, 2024
2 parents 0b210a1 + 79706bc commit f0f0ba1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

DEFAULT_ARCHITECTURE = 'amd64'

CLIENT_VERSION = "3.3.1.0"
CLIENT_VERSION = "3.3.1.1"

0 comments on commit f0f0ba1

Please sign in to comment.