Skip to content

Commit 026ef7e

Browse files
committed
release: 3.6.1.1
1 parent daeb873 commit 026ef7e

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)