Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a148ac7

Browse files
committed
Increment version
1 parent cfe7faf commit a148ac7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sphinx_automodapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.proplot-mods'
1+
__version__ = '0.2.1.proplot-mods'

sphinx_automodapi/automodsumm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def process_automodsumm_generation(app):
275275
lines, sfn, app=app, builder=app.builder,
276276
suffix=suffix, base_path=app.srcdir,
277277
inherited_members=app.config.automodsumm_inherited_members)
278+
print('NEW FILES!', new_files)
278279
for f in new_files:
279280
env.found_docs.add(env.path2doc(f))
280281

0 commit comments

Comments
 (0)