From 4dad70c5e5481bc579c515a8cd58b36a54caa676 Mon Sep 17 00:00:00 2001 From: lillian542 Date: Thu, 4 Jan 2024 18:12:23 +0000 Subject: [PATCH] pre release version bump --- CHANGELOG.md | 12 +----------- pennylane_honeywell/_version.py | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ab6a3..57b8638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,10 @@ -# Release 0.34.0-dev - -### New features since last release +# Release 0.34.0 ### Improvements 🛠 * Avoid using the now-deprecated `tape.is_sampled` property. [(#55)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/55) -### Breaking changes 💔 - -### Deprecations 👋 - -### Documentation 📝 - -### Bug fixes 🐛 - ### Contributors ✍️ This release contains contributions from (in alphabetical order): diff --git a/pennylane_honeywell/_version.py b/pennylane_honeywell/_version.py index 1abe7fb..54d5908 100644 --- a/pennylane_honeywell/_version.py +++ b/pennylane_honeywell/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.34.0-dev" +__version__ = "0.34.0"