Skip to content

Commit 5b8d77f

Browse files
Pre-release version bump to 0.6.1 (#49)
* Bump version to `0.6.0` * update version to 0.6.1 --------- Co-authored-by: ashishks0522 <[email protected]> Co-authored-by: ashishks0522 <[email protected]>
1 parent adb6e4e commit 5b8d77f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
## Release 0.6.0 (current release)
1+
## Release 0.6.1
22

33
### Improvements
44

55
* Added a theme option to redirect searches to https://pennylane.ai/search.
66
[(#47)](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/47)
77

8+
### Contributors
9+
10+
This release contains contributions from (in alphabetical order):
11+
12+
[Mikhail Andrenkov](https://github.com/Mandrenkov).
13+
14+
## Release 0.6.0
15+
816
### Improvements
917

1018
* Pinned some implicit requirements in `doc/requirements.txt`.

xanadu_sphinx_theme/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
using the following format: <major>.<minor>.<patch>[-<pre-release>].
44
"""
55

6-
__version__ = "0.6.0"
6+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)