Skip to content

Commit

Permalink
Update changelog and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Aug 28, 2023
1 parent 3188b8c commit cc5d50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
* Merge Lightning Qubit and Lightning Kokkos backends in the new repository.
[(#472)] (https://github.com/PennyLaneAI/pennylane-lightning/pull/472)

### Documentation

* Integrated new unified docs for Lightning Kokkos and Lightning Qubit packages.
[(#473)] (https://github.com/PennyLaneAI/pennylane-lightning/pull/473)

### Documentation

### Bug fixes

* Ensure PennyLane has an `active_return` attribute before calling it.
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.32.0-rc0"
__version__ = "0.32.0"

0 comments on commit cc5d50d

Please sign in to comment.