Skip to content

Commit f2f3180

Browse files
committed
Bump version to 0.2.1
1 parent 7c0ec0a commit f2f3180

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ For installation and usage details see the [documentation](http://sphinx-argpars
1010
Changelog & contributors
1111
========================
1212

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+
1318
0.2.0
1419
-----
1520

sphinxarg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)