Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Sep 4, 2018
1 parent 7e9a85a commit 8e8522f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1
current_version = 1.2.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
(only in comment or documentation).


v1.2.2 (unreleased)
v1.2.2 (2018-09-04)
===================

Bug fix release
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.1"
__version__ = "1.2.2"

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.1"
release = "1.2.2"
# 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.1',
version='1.2.2',
url='https://github.com/tantale/deprecated',
license='MIT',
author='Laurent LAPORTE', # since v1.1.0
Expand Down

0 comments on commit 8e8522f

Please sign in to comment.