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 2e74286 commit 51c49afCopy full SHA for 51c49af
autodocsumm/__init__.py
@@ -33,7 +33,7 @@
33
if six.PY2:
34
from itertools import imap as map
35
36
-__version__ = '0.1.4'
+__version__ = '0.1.5'
37
38
__author__ = "Philipp Sommer"
39
setup.py
@@ -11,7 +11,7 @@ def readme():
11
12
13
setup(name='autodocsumm',
14
- version='0.1.4',
+ version='0.1.5',
15
description='Extended sphinx autodoc including automatic autosummaries',
16
long_description=readme(),
17
classifiers=[
0 commit comments