From c467e81f0c2b89732debc57792738d124263f53f Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Tue, 23 Jul 2024 18:09:46 -0700 Subject: [PATCH] Version bump v0.6.2 --- CHANGELOG.md | 14 ++++++++++++++ sphinx_mdinclude/__version__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c623e..ae35e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ sphinx-mdinclude [![Generated by attribution][attribution-badge]][attribution-url] +v0.6.2 +------ + +Maintenance release + +- Fix minimum docutils dependency requirement (#80) + +```text +$ git shortlog -s v0.6.1...v0.6.2 + 2 Amethyst Reese + 1 Emil van der Westhuizen +``` + + v0.6.1 ------ diff --git a/sphinx_mdinclude/__version__.py b/sphinx_mdinclude/__version__.py index ff08fa7..9647316 100644 --- a/sphinx_mdinclude/__version__.py +++ b/sphinx_mdinclude/__version__.py @@ -4,4 +4,4 @@ Do not edit manually. Get more info at https://attribution.omnilib.dev """ -__version__ = "0.6.1" +__version__ = "0.6.2"