From 0670d076e6af2f608fb3a9c0868098942e901ade Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:19:20 -0500 Subject: [PATCH] Version Bump (#120) * post release version bump * trigger ci * trigger ci Co-authored-by: Jaybsoni Co-authored-by: Matthew Silverman --- CHANGELOG.md | 17 +++++++++++++++++ pennylane_cirq/_version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a55ce..b57f8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release 0.28.0-dev + +### New features since last release + +### Breaking changes + +### Improvements + +### Documentation + +### Bug fixes + +### Contributors + +This release contains contributions from (in alphabetical order): + +--- # Release 0.27.0 ### New features since last release diff --git a/pennylane_cirq/_version.py b/pennylane_cirq/_version.py index 2a7dd54..3f84c49 100644 --- a/pennylane_cirq/_version.py +++ b/pennylane_cirq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.27.0" +__version__ = "0.28.0-dev"