From b48aab14b5ede689919b8919308ea723adbb10e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:11:18 -0500 Subject: [PATCH] Version Bump (#249) * pre release version bump * trigger ci Co-authored-by: timmysilv Co-authored-by: Matthew Silverman --- CHANGELOG.md | 6 +----- pennylane_qiskit/_version.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f767e3708..ab8656f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -# Release 0.28.0-dev - -### New features since last release +# Release 0.28.0 ### Breaking changes @@ -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. diff --git a/pennylane_qiskit/_version.py b/pennylane_qiskit/_version.py index 18c0b8ae5..5c2fa0ba9 100644 --- a/pennylane_qiskit/_version.py +++ b/pennylane_qiskit/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.28.0-dev" +__version__ = "0.28.0"