From aaf7d4b58c93cfa18cafe61973b6011ee1bf5a3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:33:12 -0400 Subject: [PATCH] Version Bump (#45) * pre release version bump * Apply suggestions from code review * add name to changelog --------- Co-authored-by: timmysilv Co-authored-by: Matthew Silverman Co-authored-by: Matthew Silverman --- CHANGELOG.md | 15 +++++---------- pennylane_orquestra/_version.py | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778fb95..85b9011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,16 @@ -# Release 0.33.0-dev - -### New features since last release - -### Improvements 🛠 +# Release 0.33.0 ### Breaking changes 💔 -### Deprecations 👋 - -### Documentation 📝 - -### Bug fixes 🐛 +* Pin the PennyLane version to <0.34 + [(#44)](https://github.com/PennyLaneAI/pennylane-orquestra/pull/44) ### Contributors ✍️ This release contains contributions from (in alphabetical order): +Matthew Silverman + --- # Release 0.32.0 diff --git a/pennylane_orquestra/_version.py b/pennylane_orquestra/_version.py index 06b9516..c93f992 100644 --- a/pennylane_orquestra/_version.py +++ b/pennylane_orquestra/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.33.0-dev" +__version__ = "0.33.0"