Skip to content

Commit 937c184

Browse files
committed
Back to development: v0.12
1 parent 18d3428 commit 937c184

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

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

4+
0.12 (unreleased)
5+
-----------------
6+
7+
- No changes yet.
8+
9+
410
0.11 (2019-05-29)
511
-----------------
612

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.11'
31+
version = '0.12.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.11'
1+
__version__ = '0.12.dev0'

0 commit comments

Comments
 (0)