diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d69c4a2..b7b2062 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -1.3 (unreleased) +1.3 (2024-08-18) ---------------- - Add new directive `.. http:example-block::` to allow use with Sphinx tab libraries like diff --git a/setup.cfg b/setup.cfg index e185e61..cd81eef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sphinxcontrib-httpexample -version = 1.3.dev0 +version = 1.3 description = Adds example directive for sphinx-contrib httpdomain long_description = file: README.rst, CHANGELOG.rst keywords = sphinx, extension, http, rest, documentation