Skip to content

Commit

Permalink
Bump version: 1.2.4 → 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Feb 28, 2019
1 parent 6ccea74 commit d3f7f3a
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.2.4
current_version = 1.2.5
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 @@ -8,6 +8,6 @@
"""

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

from deprecated.classic import deprecated
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.2.4"
release = "1.2.5"
# 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 @@ -143,7 +143,7 @@ def function_three():

setup(
name='Deprecated',
version='1.2.4',
version='1.2.5',
url='https://github.com/tantale/deprecated',
license='MIT',
author='Laurent LAPORTE', # since v1.1.0
Expand Down

0 comments on commit d3f7f3a

Please sign in to comment.