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

Skip to content

Commit c536956

Browse files
committed
Preparing release v0.12
1 parent 3acbb6e commit c536956

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

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

4-
0.12 (unreleased)
4+
0.12 (2019-08-15)
55
-----------------
66

77
- Fixed compatibility with Sphinx 2.0 and later. [#86]
8-
- The minimum sphinx version is now 1.7. [#88]
98

9+
- Updated required version of Sphinx to 1.7 and later. [#88]
1010

1111
0.11 (2019-05-29)
1212
-----------------

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

0 commit comments

Comments
 (0)