Skip to content

Commit 0a3205c

Browse files
committed
Bump to v0.5.1
1 parent f7f767f commit 0a3205c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs/changelog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Change log
33
**********
44

5+
0.5.1
6+
#####
7+
8+
* Fix ``autodoc_mock_imports`` support.
9+
Patch by Adam Turner.
10+
* Properly declare supported Sphinx and Docutils versions.
11+
Patch by Adam Turner.
12+
* Fix tests and ensure tests run in CI.
13+
Patch by Adam Turner.
14+
515
0.5.0
616
#####
717

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
project = 'sphinx-argparse'
1212
copyright = '2017, Alex Rudakov, Devon Ryan, and contributors'
13-
release = version = '0.5.0'
13+
release = version = '0.5.1'
1414

1515
# -- Options for intersphinx ---------------------------------------------------
1616

sphinxarg/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.5.0'
2-
version_info = (0, 5, 0)
1+
__version__ = '0.5.1'
2+
version_info = (0, 5, 1)

0 commit comments

Comments
 (0)