Skip to content

Commit

Permalink
Post-release version bump to 0.4.0-dev (#28)
Browse files Browse the repository at this point in the history
* Bump version to `0.4.0-dev`

* Update _version.py

* Update CHANGELOG.md

Co-authored-by: josh146 <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2022
1 parent d39592e commit c304d58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion xanadu_sphinx_theme/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
using the following format: <major>.<minor>.<patch>[-<pre-release>].
"""

__version__ = "0.3.3"
__version__ = "0.3.4"

0 comments on commit c304d58

Please sign in to comment.