Skip to content

Commit

Permalink
Bump version to 0.34.0-dev (#4713)
Browse files Browse the repository at this point in the history
|      PR 2:
| - add changelog-dev.md, add changelog-dev reference to
release_notes.md,
|     - bump version to 0.X+1.0-dev
| - Update rc_sync.yml to replace the previous release manager with your
username as a PR reviewer on the last line
  • Loading branch information
mudit2812 authored Oct 23, 2023
1 parent 5cd8354 commit 6ecea1f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/development/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Release notes

This page contains the release notes for PennyLane.

.. mdinclude:: ../releases/changelog-dev.md

.. mdinclude:: ../releases/changelog-0.33.0.md

.. mdinclude:: ../releases/changelog-0.32.0.md
Expand Down
19 changes: 19 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
:orphan:

# Release 0.34.0-dev (development release)

<h3>New features since last release</h3>

<h3>Improvements 🛠</h3>

<h3>Breaking changes 💔</h3>

<h3>Deprecations 👋</h3>

<h3>Documentation 📝</h3>

<h3>Bug fixes 🐛</h3>

<h3>Contributors ✍️</h3>

This release contains contributions from (in alphabetical order):
2 changes: 1 addition & 1 deletion pennylane/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.33.0"
__version__ = "0.34.0-dev"

0 comments on commit 6ecea1f

Please sign in to comment.