diff --git a/docs/changelog.rst b/docs/changelog.rst index 05765ac..fac04c0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Change log ********** +0.2.3 +##### + + * Fixed a variety of issues, such as with `@replace` (issue #99). Thanks to @evgeni + * You can now skip sections with `@skip`. Thanks to @evgeni + * Fixed handling of the epilog + 0.2.2 ##### diff --git a/sphinxarg/__init__.py b/sphinxarg/__init__.py index 020ed73..d93b5b2 100644 --- a/sphinxarg/__init__.py +++ b/sphinxarg/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.3'