Skip to content

Commit

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

* Update pre_release_version_bump.yml

* trigger CI

---------

Co-authored-by: astralcai <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent 7fe9011 commit 3b50fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 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: rmoyard
reviewers: astralcai
base: master
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.36.0-dev
# Release 0.36.0

### New features since last release

Expand All @@ -22,14 +22,6 @@
`'qiskit==0.45'` and `qiskit-ibm-runtime<0.21` to monitor backward-compatibility.
[(#508)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/508)

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_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.36.0-dev"
__version__ = "0.36.0"

0 comments on commit 3b50fc5

Please sign in to comment.