From 8e8522f93dc713696d03ea4486b5e097524785cc Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Tue, 4 Sep 2018 22:12:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 2 +- deprecated/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9b25c79..a7acfe4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 commit = True tag = True diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 629ee2b..f111514 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,7 +18,7 @@ and this project adheres to `Semantic Versioning `_. -__version__ = "1.2.1" +__version__ = "1.2.2" from deprecated.classic import deprecated diff --git a/docs/source/conf.py b/docs/source/conf.py index e1ebb1b..f605b55 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.1" +release = "1.2.2" # The short X.Y version. version = release.rpartition('.')[0] diff --git a/setup.py b/setup.py index 7ac7332..b3150e6 100755 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def function_three(): setup( name='Deprecated', - version='1.2.1', + version='1.2.2', url='https://github.com/tantale/deprecated', license='MIT', author='Laurent LAPORTE', # since v1.1.0