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 11Changelog
22---------
33
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+
4153.6.1.1
516^^^^^^^
617
Original file line number Diff line number Diff line change 66
77DEFAULT_ARCHITECTURE = "amd64"
88
9- CLIENT_VERSION = "3.6.1.1 "
9+ CLIENT_VERSION = "3.6.1.2 "
Original file line number Diff line number Diff line change 11[project ]
22name = " 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
44description = " Python library for Juju"
55readme = " docs/readme.rst"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments