From 1c5be46b5099be1b5a2bac02881c07210129f985 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Sat, 3 Nov 2018 22:06:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.3=20=E2=86=92=201.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- deprecated/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 826200e..29e43da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3 +current_version = 1.1.4 commit = True tag = True diff --git a/deprecated/__init__.py b/deprecated/__init__.py index b550384..7ccfda4 100644 --- a/deprecated/__init__.py +++ b/deprecated/__init__.py @@ -11,7 +11,7 @@ import warnings #: Module Version Number, see `PEP 396 `_. -__version__ = "1.1.3" +__version__ = "1.1.4" string_types = (type(b''), type(u'')) diff --git a/docs/source/conf.py b/docs/source/conf.py index b8d161a..fd8a518 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = "1.1.3" +release = "1.1.4" # The short X.Y version. version = release.rpartition('.')[0] diff --git a/setup.py b/setup.py index 1abedc5..aa5c488 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def some_old_method(self, x, y): setup( name='Deprecated', - version='1.1.3', + version='1.1.4', url='https://github.com/tantale/deprecated', license='MIT', author='Laurent LAPORTE', # since v1.1.0