From 87538ecc0ec4f589593f7fc67e896a321bea18ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:57:49 -0400 Subject: [PATCH] post release version bump (#331) Co-authored-by: mlxd --- .github/CHANGELOG.md | 18 ++++++++++++++++++ pennylane_lightning/_version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e56c0a728c..69c44d20c0 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,21 @@ +# Release 0.26.0-dev + +### New features since last release + +### Breaking changes + +### Improvements + +### Documentation + +### Bug fixes + +### Contributors + +This release contains contributions from (in alphabetical order): + +--- + # Release 0.25.0 ### New features since last release diff --git a/pennylane_lightning/_version.py b/pennylane_lightning/_version.py index 44a436bf6d..186ddf83bc 100644 --- a/pennylane_lightning/_version.py +++ b/pennylane_lightning/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.25.0" +__version__ = "0.26.0-dev"