Skip to content

Commit

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

* trigger ci

Co-authored-by: timmysilv <[email protected]>
Co-authored-by: Matthew Silverman <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2022
1 parent a0fbe75 commit b48aab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Release 0.28.0-dev

### New features since last release
# Release 0.28.0

### Breaking changes

Expand All @@ -23,8 +21,6 @@
* Adds testing for Python 3.11.
[(#237)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/237)

### Documentation

### Bug fixes

* Do not try to connect with an IBMQX token if it is falsy.
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.28.0-dev"
__version__ = "0.28.0"

0 comments on commit b48aab1

Please sign in to comment.