We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ce254 commit 37b814cCopy full SHA for 37b814c
docs/changelog.rst
@@ -2,10 +2,11 @@
2
Change log
3
**********
4
5
-Unreleased
6
-##########
+0.3.2
+#####
7
8
* Minimum python version is now 3.6
9
+ * Remove colon from "Sub-commands" title
10
11
0.3.1
12
#####
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "sphinx-argparse"
-version = "0.3.1"
+version = "0.3.2"
description = "A sphinx extension that automatically documents argparse commands and options"
readme = "README.md"
repository = "https://github.com/ashb/sphinx-argparse"
0 commit comments