From c304d58e80ddcd92198b79f78fb71ade579e2a34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 05:44:49 +0800 Subject: [PATCH] Post-release version bump to `0.4.0-dev` (#28) * Bump version to `0.4.0-dev` * Update _version.py * Update CHANGELOG.md Co-authored-by: josh146 Co-authored-by: Josh Izaac --- .github/CHANGELOG.md | 19 ++++++++++++++----- xanadu_sphinx_theme/_version.py | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index fbcee92..78f6ef3 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,19 +1,28 @@ -## Release 0.3.3 (current release) +## Release 0.3.4 + +### Improvements + +* Added the option to customize the href fragment of the details directive + [#26](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/26) + +### Contributors + +This release contains contributions from (in alphabetical order): + +[David Wierichs](https://github.com/dwierichs). + +## Release 0.3.3 ### Bug fixes * Fixed an issue where footnote references were being rendered without brackets. [#25](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/25) -* Added the option to customize the href fragment of the details directive - [#26](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/26) - ### Contributors This release contains contributions from (in alphabetical order): [Josh Izaac](https://github.com/josh146). -[David Wierichs](https://github.com/dwierichs). ## Release 0.3.2 diff --git a/xanadu_sphinx_theme/_version.py b/xanadu_sphinx_theme/_version.py index c82e90f..30ac05a 100644 --- a/xanadu_sphinx_theme/_version.py +++ b/xanadu_sphinx_theme/_version.py @@ -3,4 +3,4 @@ using the following format: ..[-]. """ -__version__ = "0.3.3" +__version__ = "0.3.4"