Skip to content

Commit

Permalink
Preparing release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 24, 2020
1 parent 9d296ba commit 42c8e53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changes in sphinx-automodapi
============================

0.13 (unreleased)
0.13 (2020-09-24)
-----------------

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

- Ensure that generated files are always in .rst. [#112]

- Update minimum required Python version to 3.6. [#117]

- Fixed compatibility with Sphinx 3.0 and later. [#100]

0.12 (2019-08-15)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# built documents.
#
# The short X.Y version.
version = '0.13.dev0'
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion sphinx_automodapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.dev0'
__version__ = '0.13'

0 comments on commit 42c8e53

Please sign in to comment.