Skip to content

Commit

Permalink
Bump version: 1.1.4 → 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Feb 28, 2019
1 parent ed8ce19 commit fbd175e
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.1.4
current_version = 1.1.5
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.1.5 (unreleased)
v1.1.5 (2019-02-28)
===================

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 @@ -11,7 +11,7 @@
import warnings

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

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.4"
release = "1.1.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 @@ -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
Expand Down

0 comments on commit fbd175e

Please sign in to comment.