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

Skip to content

Commit c4e4e03

Browse files
committed
Back to development
1 parent 5ff8953 commit c4e4e03

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes in sphinx-automodapi
22
============================
33

4+
0.8 (unreleased)
5+
----------------
6+
7+
- No changes yet.
8+
49
0.7 (2018-01-18)
510
----------------
611

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# built documents.
2929
#
3030
# The short X.Y version.
31-
version = '0.7'
31+
version = '0.8.dev0'
3232
# The full version, including alpha/beta/rc tags.
3333
release = version
3434

sphinx_automodapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7'
1+
__version__ = '0.8.dev0'

0 commit comments

Comments
 (0)