From eda4a709b8e381a0f197028e0feb9faeb4c09874 Mon Sep 17 00:00:00 2001 From: Salem Harrache Date: Wed, 10 Aug 2016 10:59:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.6.dev0=20=E2=86=92=201.1.?= =?UTF-8?q?6?= 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 bbdd681..8dc5859 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.6.dev0 +current_version = 1.1.6 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 da3e7ab..4b92768 100644 --- a/shiba/__init__.py +++ b/shiba/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1.6.dev0' +__version__ = '1.1.6' VERSION = __version__