From 0a9de797ba041e9d032665453046d54635458236 Mon Sep 17 00:00:00 2001 From: dpryan79 Date: Fri, 12 Oct 2018 14:14:19 +0200 Subject: [PATCH] Bump to 0.2.3 --- docs/changelog.rst | 7 +++++++ sphinxarg/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'