Skip to content

Commit f0f0ba1

Browse files
authored
Merge pull request #1027 from cderici/release-3.3.1.1
#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
2 parents 0b210a1 + 79706bc commit f0f0ba1

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
Changelog
22
---------
33

4-
3.3.1.0
4+
3.3.1.1
55
^^^^^^^
66

7-
Thursday 8th Feb 2024
7+
Thursday 15th Feb 2024
88

99
## What's Changed
1010

11+
This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios.
12+
13+
* Resolve build problems in 3.3.1.0 by @cderici in https://github.com/juju/python-libjuju/pull/1026
14+
15+
3.3.1.0
16+
^^^^^^^
17+
18+
Thursday 8th Feb 2024
19+
1120
* Remove paramiko upper-bound by @gboutry in https://github.com/juju/python-libjuju/pull/1005
1221
* Remove explicit passing of event_loop into tests by @cderici in https://github.com/juju/python-libjuju/pull/1006
1322
* chore: remove the upper restrictions on the websockets dependency by @tonyandrewmeyer in https://github.com/juju/python-libjuju/pull/1007

juju/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
DEFAULT_ARCHITECTURE = 'amd64'
77

8-
CLIENT_VERSION = "3.3.1.0"
8+
CLIENT_VERSION = "3.3.1.1"

0 commit comments

Comments
 (0)