Skip to content

Commit

Permalink
Preparing release v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 9, 2019
1 parent 1724b4f commit 8884c0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changes in sphinx-automodapi
============================

0.10 (unreleased)
0.10 (2019-01-09)
-----------------

- No changes yet.
- Fixed compatibility with latest developer version of Sphinx. [#61]

0.9 (2018-11-07)
----------------
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.10.dev0'
version = '0.10'
# 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.10.dev0'
__version__ = '0.10'

0 comments on commit 8884c0b

Please sign in to comment.