diff --git a/CHANGELOG.md b/CHANGELOG.md index b71cb03..4a2b06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.3.1] - 2022-08-03 + - Fix markdown related directives to work with myst-parser 0.18.0 ## [0.3.0] - 2022-07-26 diff --git a/setup.py b/setup.py index 856530a..0c296dd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sphinxcontrib-opendataservices', - version='0.3.0', + version='0.3.1', author='Open Data Services', author_email='code@opendataservices.coop', packages=['sphinxcontrib'],