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

Skip to content

Commit 42c8e53

Browse files
committed
Preparing release v0.13
1 parent 9d296ba commit 42c8e53

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.rst

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

4-
0.13 (unreleased)
4+
0.13 (2020-09-24)
55
-----------------
66

77
- Fixed implementation of ``allowed-package-names`` option (which did
88
not work at all). [#111]
99

10+
- Ensure that generated files are always in .rst. [#112]
11+
1012
- Update minimum required Python version to 3.6. [#117]
1113

14+
- Fixed compatibility with Sphinx 3.0 and later. [#100]
15+
1216
0.12 (2019-08-15)
1317
-----------------
1418

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

0 commit comments

Comments
 (0)