Skip to content

Commit

Permalink
New version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Dec 16, 2018
1 parent e41c60c commit 637971f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.2.5
======
Minor release to fix a DeprecationWarning (see https://github.com/Chilipp/docrep/issues/12)

v0.2.4
======
This new minor release has an improved documentation considering the
Expand Down
2 changes: 1 addition & 1 deletion docrep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from warnings import warn


__version__ = '0.2.4'
__version__ = '0.2.5'

__author__ = 'Philipp Sommer'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():


setup(name='docrep',
version='0.2.4',
version='0.2.5',
description='Python package for docstring repetition',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 637971f

Please sign in to comment.