From c7caf1b434bcbd75ce485d7224f5eb70cb4920e1 Mon Sep 17 00:00:00 2001 From: W Chan Date: Mon, 4 Oct 2021 16:57:07 +0000 Subject: [PATCH] Update version to 1.5.0 Preparing a release of orquesta for st2. Update orquesta version from 1.4.0 to 1.5.0. --- CHANGELOG.rst | 4 ++-- orquesta/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fec6d030..4a89f8bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -Development ------------ +1.5.0 +----- Fixed ~~~~~ diff --git a/orquesta/__init__.py b/orquesta/__init__.py index 5d2bd5a2..506a36e3 100644 --- a/orquesta/__init__.py +++ b/orquesta/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.4.0" +__version__ = "1.5.0"