We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0ec0a commit f2f3180Copy full SHA for f2f3180
README.md
@@ -10,6 +10,11 @@ For installation and usage details see the [documentation](http://sphinx-argpars
10
Changelog & contributors
11
========================
12
13
+0.2.1
14
+-----
15
+
16
+ * Stopped importing `sphinx.util.compat`, which was causing issues like that seen in [#65](https://github.com/ribozz/sphinx-argparse/issues/65)
17
18
0.2.0
19
-----
20
sphinxarg/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.2.0'
+__version__ = '0.2.1'
0 commit comments