From be0d95b7de4ac3a66a565b37a55c29433e63ef3f Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Sat, 3 Nov 2018 22:27:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.3=20=E2=86=92=201.2.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 9a87749..f4ac20f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.3 +current_version = 1.2.4 commit = True tag = True diff --git a/deprecated/__init__.py b/deprecated/__init__.py index 45e6a5c..16f38f2 100644 --- a/deprecated/__init__.py +++ b/deprecated/__init__.py @@ -8,6 +8,6 @@ """ #: Module Version Number, see `PEP 396 `_. -__version__ = "1.2.3" +__version__ = "1.2.4" from deprecated.classic import deprecated diff --git a/docs/source/conf.py b/docs/source/conf.py index 48081e1..e35fd70 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.2.3" +release = "1.2.4" # The short X.Y version. version = release.rpartition('.')[0] diff --git a/setup.py b/setup.py index a626cc5..9d2108d 100755 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def function_three(): setup( name='Deprecated', - version='1.2.3', + version='1.2.4', url='https://github.com/tantale/deprecated', license='MIT', author='Laurent LAPORTE', # since v1.1.0