From 69c25e3aa7b78d98f9ea4c084b39c73b0d9fbb09 Mon Sep 17 00:00:00 2001 From: Niall Grant Date: Thu, 9 May 2019 11:20:58 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.2=20=E2=86=92=201.5.0?= 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 19ca3de5f..7e94b299e 100644 --- a/sceptre/__init__.py +++ b/sceptre/__init__.py @@ -5,7 +5,7 @@ __author__ = 'Cloudreach' __email__ = 'sceptre@cloudreach.com' -__version__ = '1.4.2' +__version__ = '1.5.0' # Set up logging to ``/dev/null`` like a library is supposed to. diff --git a/setup.cfg b/setup.cfg index 7933aef14..d17b9596d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.2 +current_version = 1.5.0 commit = True tag = True