diff --git a/CHANGELOG.md b/CHANGELOG.md index 418b0f7..9714c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -# Release 0.32.0-dev - -### New features since last release +# Release 0.33.0 ### Breaking changes @@ -10,12 +8,6 @@ * The old return type system has been removed. [(#50)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/50) -### Improvements - -### 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 b7e95a2..c93f992 100644 --- a/pennylane_honeywell/_version.py +++ b/pennylane_honeywell/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.31.0-dev" +__version__ = "0.33.0"