Skip to content

Commit fdbbbe9

Browse files
authored
Merge pull request #1257 from dimaqq/release-3.6.1.1
#1257 ## What's Changed * chore: fix changelog format by @dimaqq in #1248 * docs: move docs from juju.is by @tmihoc in #1244 * chore: type hint improvements from the helper thread branch by @dimaqq in #1250 * chore: remove pyrfc3339 and change to datetime.datetime.fromisoformat… by @EdmilsonRodrigues in #1247 * fix: create websockets ConnectionClosed error correctly by @james-garner-canonical in #1255
2 parents daeb873 + e3a9d3b commit fdbbbe9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/changelog.rst

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

4+
3.6.1.1
5+
^^^^^^^
6+
7+
Wednesday 19th Mar 2025
8+
9+
## What's Changed
10+
11+
* chore: fix changelog format by @dimaqq in https://github.com/juju/python-libjuju/pull/1248
12+
* docs: move docs from juju.is by @tmihoc in https://github.com/juju/python-libjuju/pull/1244
13+
* chore: type hint improvements from the helper thread branch by @dimaqq in https://github.com/juju/python-libjuju/pull/1250
14+
* chore: remove pyrfc3339 and change to datetime.datetime.fromisoformat… by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1247
15+
* fix: create websockets ConnectionClosed error correctly by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1255
16+
417
3.6.1.0
518
^^^^^^^
619

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.0"
9+
CLIENT_VERSION = "3.6.1.1"

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.0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
3+
version = "3.6.1.1" # 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)