We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ff58a commit 5cf05b6Copy full SHA for 5cf05b6
autodocsumm/__init__.py
@@ -39,7 +39,7 @@
39
40
__status__ = "Production"
41
42
-__version__ = '0.2.5'
+__version__ = '0.2.6'
43
44
from itertools import chain
45
setup.py
@@ -11,7 +11,7 @@ def readme():
11
12
13
setup(name='autodocsumm',
14
- version='0.2.5',
+ version='0.2.6',
15
description='Extended sphinx autodoc including automatic autosummaries',
16
long_description=readme(),
17
long_description_content_type='text/x-rst',
0 commit comments