File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes in sphinx-automodapi
2
2
============================
3
3
4
- 0.13 (unreleased )
4
+ 0.13 (2020-09-24 )
5
5
-----------------
6
6
7
7
- Fixed implementation of ``allowed-package-names `` option (which did
8
8
not work at all). [#111]
9
9
10
+ - Ensure that generated files are always in .rst. [#112]
11
+
10
12
- Update minimum required Python version to 3.6. [#117]
11
13
14
+ - Fixed compatibility with Sphinx 3.0 and later. [#100]
15
+
12
16
0.12 (2019-08-15)
13
17
-----------------
14
18
Original file line number Diff line number Diff line change 28
28
# built documents.
29
29
#
30
30
# The short X.Y version.
31
- version = '0.13.dev0 '
31
+ version = '0.13'
32
32
# The full version, including alpha/beta/rc tags.
33
33
release = version
34
34
Original file line number Diff line number Diff line change 1
- __version__ = '0.13.dev0 '
1
+ __version__ = '0.13'
You can’t perform that action at this time.
0 commit comments