Skip to content

Commit

Permalink
Version Bump (#111)
Browse files Browse the repository at this point in the history
* pre release version bump

* Old 0.24 changelog has the wrong PR linked (#112)

Co-authored-by: timmysilv <timmysilv@users.noreply.github.com>
Co-authored-by: Matthew Silverman <ma.silv11@gmail.com>
  • Loading branch information
3 people committed Nov 9, 2022
1 parent 93440b0 commit 75c8001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.25.0-dev
# Release 0.27.0

### New features since last release

Expand Down Expand Up @@ -45,8 +45,6 @@ as a PennyLane device.
skipping the `Device.generate_samples` method.
[#108](https://github.com/PennyLaneAI/pennylane-forest/pull/108)

### Documentation

### Bug fixes

* The QPU device now correctly sets the number of shots when parametric
Expand All @@ -68,7 +66,7 @@ Antal Szava, Marquess Valdez.
* Defines the missing `state` method and `returns_state` entry of the
`capabilities` dictionary for `forest.wavefunction` and
`forest.numpy_wavefunction`.
[(#36)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/36)
[(#101)](https://github.com/PennyLaneAI/pennylane-forest/pull/101)

### Contributors

Expand Down
2 changes: 1 addition & 1 deletion pennylane_forest/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version number (convention major.minor.patch[-label])
"""

__version__ = "0.25.0-dev"
__version__ = "0.27.0"

0 comments on commit 75c8001

Please sign in to comment.