From 2c98fe4870a2342190dca3347baaf04ee5340bc9 Mon Sep 17 00:00:00 2001 From: Niall Grant Date: Fri, 28 Jun 2019 14:14:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.4=20=E2=86=92=202.1.5?= 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 996dd4817..caf82efe6 100644 --- a/sceptre/__init__.py +++ b/sceptre/__init__.py @@ -6,7 +6,7 @@ __author__ = 'Cloudreach' __email__ = 'sceptre@cloudreach.com' -__version__ = '2.1.4' +__version__ = '2.1.5' # Set up logging to ``/dev/null`` like a library is supposed to. diff --git a/setup.cfg b/setup.cfg index 3d3d9f7cc..6750f5f21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.4 +current_version = 2.1.5 parse = (?P\d+)\.(?P\d+)\.(?P\d+)|(?P.*) commit = True tag = True