Skip to content

Commit

Permalink
Bump version: 1.1.3 → 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Nov 3, 2018
1 parent a14f219 commit 1c5be46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.3
current_version = 1.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion deprecated/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import warnings

#: Module Version Number, see `PEP 396 <https://www.python.org/dev/peps/pep-0396/>`_.
__version__ = "1.1.3"
__version__ = "1.1.4"

string_types = (type(b''), type(u''))

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c5be46

Please sign in to comment.