From 1ac9b83068a5714a05f190b4e83013dd51768c83 Mon Sep 17 00:00:00 2001 From: Bee Webb Date: Fri, 22 Nov 2024 17:59:30 +0000 Subject: [PATCH] release: 0.7.1 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8591337..f862df3 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.7.1] - 2024-11-25 + ### Fixed - include & collapse fix; only work on names that match fully, not just those that start with https://github.com/OpenDataServices/sphinxcontrib-opendataservices-jsonschema/pull/60 diff --git a/setup.py b/setup.py index d1ded31..747b7a2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='sphinxcontrib-opendataservices-jsonschema', - version='0.7.0', + version='0.7.1', url='https://github.com/OpenDataServices/sphinxcontrib-opendataservices-jsonschema', license='BSD', author='Takeshi KOMIYA & Open Data Services Co-operative',