diff --git a/sceptre/__init__.py b/sceptre/__init__.py index caf82efe6..82b07a4d2 100644 --- a/sceptre/__init__.py +++ b/sceptre/__init__.py @@ -6,7 +6,7 @@ __author__ = 'Cloudreach' __email__ = 'sceptre@cloudreach.com' -__version__ = '2.1.5' +__version__ = '2.2.0' # Set up logging to ``/dev/null`` like a library is supposed to. diff --git a/setup.cfg b/setup.cfg index 6750f5f21..d5e250e63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.5 +current_version = 2.2.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)|(?P.*) commit = True tag = True