Skip to content

Commit e7cde77

Browse files
chore: release 3.6.1.3
1 parent a88316f commit e7cde77

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

docs/changelog.rst

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

4+
3.6.1.3
5+
^^^^^^^
6+
7+
Friday 11th Jul 2025
8+
9+
* fix: don't strip valid characters from secret data by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1276
10+
411
3.6.1.2
512
^^^^^^^
613

714
Monday 26th May 2025
815

9-
## What's Changed
10-
1116
* chore: hint machine addresses as list of dicts by @gboutry in https://github.com/juju/python-libjuju/pull/1258
1217
* ci: disable test that fails on all Juju versions by @dimaqq in https://github.com/juju/python-libjuju/pull/1268
1318
* fix: creating offer when connecting to existing model, fixes #1264 by @dimaqq in https://github.com/juju/python-libjuju/pull/1265
@@ -17,8 +22,6 @@ Monday 26th May 2025
1722

1823
Wednesday 19th Mar 2025
1924

20-
## What's Changed
21-
2225
* chore: fix changelog format by @dimaqq in https://github.com/juju/python-libjuju/pull/1248
2326
* docs: move docs from juju.is by @tmihoc in https://github.com/juju/python-libjuju/pull/1244
2427
* chore: type hint improvements from the helper thread branch by @dimaqq in https://github.com/juju/python-libjuju/pull/1250
@@ -30,8 +33,6 @@ Wednesday 19th Mar 2025
3033

3134
Friday 20th Dec 2024
3235

33-
## What's Changed
34-
3536
* add 3.5.5 schema and update SCHEMAS.md by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1223
3637
* feat: larger default websockets frame size by @dimaqq in https://github.com/juju/python-libjuju/pull/1239
3738
* deprecate juju.jasyncio by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1221
@@ -43,8 +44,6 @@ Friday 20th Dec 2024
4344

4445
Thursday 28th Nov 2024
4546

46-
## What's Changed
47-
4847
* correct parsing of storage constraints, can be specified as strings or dicts
4948
* enable attachment of binary files as charm resources
5049
* allow newest websockets dependency
@@ -56,8 +55,6 @@ Thursday 28th Nov 2024
5655

5756
Thursday 11th July 2024
5857

59-
## What's Changed
60-
6158
* fix parsing of storage constraints by @luissimas in https://github.com/juju/python-libjuju/pull/1053
6259
* Add setuptools to tox.ini by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1058
6360
* fix(refresh): bug with revisions by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1067

juju/version.py

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

77
DEFAULT_ARCHITECTURE = "amd64"
88

9-
CLIENT_VERSION = "3.6.1.2"
9+
CLIENT_VERSION = "3.6.1.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "juju"
3-
version = "3.6.1.2" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
3+
version = "3.6.1.3" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
44
description = "Python library for Juju"
55
readme = "docs/readme.rst"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)