From 7361bdcf6997e69655dc9ce31e955ddf13f84d2f Mon Sep 17 00:00:00 2001 From: Salem Harrache Date: Wed, 10 Aug 2016 10:51:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.5=20=E2=86=92=201.1.6.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- shiba/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 92fad1b..bbdd681 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.5 +current_version = 1.1.6.dev0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+\d+))? serialize = {major}.{minor}.{patch}.{release} diff --git a/shiba/__init__.py b/shiba/__init__.py index f05cb9c..da3e7ab 100644 --- a/shiba/__init__.py +++ b/shiba/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1.5' +__version__ = '1.1.6.dev0' VERSION = __version__