Skip to content

Commit b328b3f

Browse files
committed
chore: call it rc6
1 parent 995210a commit b328b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0rc5"
9+
CLIENT_VERSION = "3.6.1.0rc6"

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