From fc1d4de67a161b58da24964cb6d9d93a05f72bf3 Mon Sep 17 00:00:00 2001 From: PietropaoloFrisoni Date: Tue, 15 Apr 2025 20:17:32 +0000 Subject: [PATCH] post release version bump --- CHANGELOG.md | 19 +++++++++++++++++++ pennylane_cirq/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4299b44..e6f797f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 0.42.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.41.0 ### Internal changes ⚙️ diff --git a/pennylane_cirq/_version.py b/pennylane_cirq/_version.py index 1c7ae7b..cecf6a8 100644 --- a/pennylane_cirq/_version.py +++ b/pennylane_cirq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.41.0" +__version__ = "0.42.0-dev"