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