We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41c60c commit 637971fCopy full SHA for 637971f
CHANGELOG.rst
@@ -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
+
5
v0.2.4
6
======
7
This new minor release has an improved documentation considering the
docrep/__init__.py
@@ -5,7 +5,7 @@
from warnings import warn
8
-__version__ = '0.2.4'
+__version__ = '0.2.5'
9
10
__author__ = 'Philipp Sommer'
11
setup.py
@@ -11,7 +11,7 @@ def readme():
12
13
setup(name='docrep',
14
- version='0.2.4',
+ version='0.2.5',
15
description='Python package for docstring repetition',
16
long_description=readme(),
17
classifiers=[
0 commit comments