File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 3.6.1.2
5
+ ^^^^^^^
6
+
7
+ Monday 26th May 2025
8
+
9
+ ## What's Changed
10
+
11
+ * chore: hint machine addresses as list of dicts by @gboutry in https://github.com/juju/python-libjuju/pull/1258
12
+ * ci: disable test that fails on all Juju versions by @dimaqq in https://github.com/juju/python-libjuju/pull/1268
13
+ * fix: creating offer when connecting to existing model, fixes #1264 by @dimaqq in https://github.com/juju/python-libjuju/pull/1265
14
+
4
15
3.6.1.1
5
16
^^^^^^^
6
17
Original file line number Diff line number Diff line change 6
6
7
7
DEFAULT_ARCHITECTURE = "amd64"
8
8
9
- CLIENT_VERSION = "3.6.1.1 "
9
+ CLIENT_VERSION = "3.6.1.2 "
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " juju"
3
- version = " 3.6.1.1 " # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
3
+ version = " 3.6.1.2 " # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
4
4
description = " Python library for Juju"
5
5
readme = " docs/readme.rst"
6
6
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments