diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 29e43da..fb48f52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4 +current_version = 1.1.5 commit = True tag = True diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 95f28c0..5a097da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,7 +18,7 @@ and this project adheres to `Semantic Versioning `_. -__version__ = "1.1.4" +__version__ = "1.1.5" string_types = (type(b''), type(u'')) diff --git a/docs/source/conf.py b/docs/source/conf.py index fd8a518..4ac81b0 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.4" +release = "1.1.5" # The short X.Y version. version = release.rpartition('.')[0] diff --git a/setup.py b/setup.py index e0c8860..d88c83c 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def some_old_method(self, x, y): setup( name='Deprecated', - version='1.1.4', + version='1.1.5', url='https://github.com/tantale/deprecated', license='MIT', author='Laurent LAPORTE', # since v1.1.0