Skip to content

Commit

Permalink
Prepare release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Sep 2, 2024
1 parent eda6eb3 commit eb316b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for croud
Unreleased
==========

1.12.0 - 2024/08/30
===================

- Added support for overriding cloud-configurations per user.

- Added new resource ``organizations customer`` and subcommands that allow
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from packaging.version import Version
from setuptools import find_packages, setup

__version__ = Version("1.11.1")
__version__ = Version("1.12.0")

try:
with open("README.rst", "r", encoding="utf-8") as f:
Expand Down

0 comments on commit eb316b0

Please sign in to comment.