From c6479dd1e0327c1d0e341bef81bca86a4dda1d16 Mon Sep 17 00:00:00 2001 From: W Chan Date: Wed, 15 Apr 2020 18:55:38 +0000 Subject: [PATCH] Update version to 1.1.0 Preparing a release of orquesta for st2. Update orquesta version from 1.0.0 to 1.1.0. --- CHANGELOG.rst | 4 ++-- orquesta/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4f57342..af9fb21d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -In development --------------- +1.1.0 +----- Added ~~~~~ diff --git a/orquesta/__init__.py b/orquesta/__init__.py index ac055efc..02ff4285 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.0.0' +__version__ = '1.1.0'