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 fe2da1d commit 73ad4d3Copy full SHA for 73ad4d3
autodocsumm/__init__.py
@@ -55,7 +55,7 @@
55
if six.PY2:
56
from itertools import imap as map
57
58
-__version__ = '0.2.0'
+__version__ = '0.2.1'
59
60
__author__ = "Philipp S. Sommer"
61
setup.py
@@ -11,7 +11,7 @@ def readme():
11
12
13
setup(name='autodocsumm',
14
- version='0.2.0',
+ version='0.2.1',
15
description='Extended sphinx autodoc including automatic autosummaries',
16
long_description=readme(),
17
long_description_content_type='text/x-rst',
0 commit comments