From a5f0f5adedc35378f6ca0d451e8238f6932119ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:54:05 -0400 Subject: [PATCH] Version Bump (#574) * post release version bump * trigger CI --------- Co-authored-by: astralcai Co-authored-by: Astral Cai --- CHANGELOG.md | 19 +++++++++++++++++++ pennylane_qiskit/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66203c2a..44c439fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 0.38.0-dev + +### New features since last release + +### Improvements 🛠 + +### Breaking changes 💔 + +### Deprecations 👋 + +### Documentation 📝 + +### Bug fixes 🐛 + +### Contributors ✍️ + +This release contains contributions from (in alphabetical order): + +--- # Release 0.37.0 ### Improvements 🛠 diff --git a/pennylane_qiskit/_version.py b/pennylane_qiskit/_version.py index 1b28d1db..5ff6e882 100644 --- a/pennylane_qiskit/_version.py +++ b/pennylane_qiskit/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.37.0" +__version__ = "0.38.0-dev"