Skip to content

Commit

Permalink
Bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 17, 2024
1 parent f7f767f commit 0a3205c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Change log
**********

0.5.1
#####

* Fix ``autodoc_mock_imports`` support.
Patch by Adam Turner.
* Properly declare supported Sphinx and Docutils versions.
Patch by Adam Turner.
* Fix tests and ensure tests run in CI.
Patch by Adam Turner.

0.5.0
#####

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

project = 'sphinx-argparse'
copyright = '2017, Alex Rudakov, Devon Ryan, and contributors'
release = version = '0.5.0'
release = version = '0.5.1'

# -- Options for intersphinx ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions sphinxarg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.5.0'
version_info = (0, 5, 0)
__version__ = '0.5.1'
version_info = (0, 5, 1)

0 comments on commit 0a3205c

Please sign in to comment.