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 18d3428 commit 937c184Copy full SHA for 937c184
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes in sphinx-automodapi
2
============================
3
4
+0.12 (unreleased)
5
+-----------------
6
+
7
+- No changes yet.
8
9
10
0.11 (2019-05-29)
11
-----------------
12
docs/conf.py
@@ -28,7 +28,7 @@
28
# built documents.
29
#
30
# The short X.Y version.
31
-version = '0.11'
+version = '0.12.dev0'
32
# The full version, including alpha/beta/rc tags.
33
release = version
34
sphinx_automodapi/__init__.py
@@ -1 +1 @@
-__version__ = '0.11'
+__version__ = '0.12.dev0'
0 commit comments