Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpardo committed Jul 27, 2023
1 parent fc5997f commit 8273327
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.5.0 - 2023/07/27
==================

- Added option to deploy clusters without first having to create a project.
This is done by specifying a ``--org-id`` and ``--region``, at which point
the project will be created on-the-fly.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from pkg_resources.extern.packaging.version import Version
from setuptools import find_packages, setup

__version__ = Version("1.4.0")
__version__ = Version("1.5.0")

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

0 comments on commit 8273327

Please sign in to comment.