Skip to content

Commit 2a2a202

Browse files
committed
Bump to v0.5.1
1 parent 9b7421e commit 2a2a202

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/changelog.rst

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

5+
0.5.2
6+
#####
7+
58
* Fix formatting of empty-string default values.
69
Patch by Adam Turner.
710

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.1'
13+
release = version = '0.5.2'
1414
nitpicky = True
1515

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

sphinxarg/__init__.py

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

0 commit comments

Comments
 (0)