Skip to content

Commit 637971f

Browse files
committed
New version 0.2.5
1 parent e41c60c commit 637971f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.2.5
2+
======
3+
Minor release to fix a DeprecationWarning (see https://github.com/Chilipp/docrep/issues/12)
4+
15
v0.2.4
26
======
37
This new minor release has an improved documentation considering the

docrep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from warnings import warn
66

77

8-
__version__ = '0.2.4'
8+
__version__ = '0.2.5'
99

1010
__author__ = 'Philipp Sommer'
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='docrep',
14-
version='0.2.4',
14+
version='0.2.5',
1515
description='Python package for docstring repetition',
1616
long_description=readme(),
1717
classifiers=[

0 commit comments

Comments
 (0)