From 85c4d5b4cf720f47e7540b9d3cd69f0897a37e56 Mon Sep 17 00:00:00 2001 From: Niall Grant Date: Tue, 7 May 2019 16:32:24 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.1=20=E2=86=92=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sceptre/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sceptre/__init__.py b/sceptre/__init__.py index 972c8cf0c..83cdcb3f4 100644 --- a/sceptre/__init__.py +++ b/sceptre/__init__.py @@ -5,7 +5,7 @@ __author__ = 'Cloudreach' __email__ = 'sceptre@cloudreach.com' -__version__ = '2.1.1' +__version__ = '2.1.2' # Set up logging to ``/dev/null`` like a library is supposed to. diff --git a/setup.cfg b/setup.cfg index f3ad8f3a8..006dbb46e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.1.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+)|(?P.*) commit = True tag = True