Skip to content

Commit a6fd472

Browse files
authored
Merge pull request #1224 from dimaqq/release-3.6.0
#1224 null
2 parents 7662197 + 0536435 commit a6fd472

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

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.0.0
5+
^^^^^^^
6+
7+
Thursday 28th Nov 2024
8+
9+
## What's Changed
10+
11+
* correct parsing of storage constraints, can be specified as strings or dicts
12+
* enable attachment of binary files as charm resources
13+
* allow newest websockets dependency
14+
* better type hints, should be visible through pytest-operator in your integration tests
15+
* tested against Juju 3.5.5 and 3.6.0
16+
417
3.5.2.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.5.2.0"
9+
CLIENT_VERSION = "3.6.0.0"

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