Skip to content

Commit

Permalink
Version Bump (#156)
Browse files Browse the repository at this point in the history
* pre release version bump

* Update CHANGELOG.md

* Update pre_release_version_bump.yml

---------

Co-authored-by: astralcai <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent 728faec commit 2d41c02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
title: Version Bump
body: updated changelog and _version.py
branch: pre-release-version-bump
reviewers: timmysilv
reviewers: astralcai
base: master
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# Release 0.35.0-dev
# Release 0.36.0

### New features since last release

### Improvements 🛠

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛
* Added support for the `Prod` observable.
[(#155)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/155)

### Contributors ✍️

This release contains contributions from (in alphabetical order):

Astral Cai

---
# Release 0.34.0

Expand Down
2 changes: 1 addition & 1 deletion pennylane_rigetti/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version number (convention major.minor.patch[-label])
"""

__version__ = "0.35.0-dev"
__version__ = "0.36.0"

0 comments on commit 2d41c02

Please sign in to comment.