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