Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
---------

3.6.1.1
^^^^^^^

Wednesday 19th Mar 2025

## What's Changed

* chore: fix changelog format by @dimaqq in https://github.com/juju/python-libjuju/pull/1248
* docs: move docs from juju.is by @tmihoc in https://github.com/juju/python-libjuju/pull/1244
* chore: type hint improvements from the helper thread branch by @dimaqq in https://github.com/juju/python-libjuju/pull/1250
* chore: remove pyrfc3339 and change to datetime.datetime.fromisoformat… by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1247
* fix: create websockets ConnectionClosed error correctly by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1255

3.6.1.0
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

DEFAULT_ARCHITECTURE = "amd64"

CLIENT_VERSION = "3.6.1.0"
CLIENT_VERSION = "3.6.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "juju"
version = "3.6.1.0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
version = "3.6.1.1" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
description = "Python library for Juju"
readme = "docs/readme.rst"
license = { file = "LICENSE" }
Expand Down
Loading