Skip to content

Commit

Permalink
update changelog (#458)
Browse files Browse the repository at this point in the history
* update changelog

* Auto update version

* Update pennylane_lightning/_version.py

* Auto update version

* Trigger CI

---------

Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lillian542 and github-actions[bot] authored Jun 20, 2023
1 parent 461fd81 commit a83875a
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 @@ -13,7 +13,7 @@
### Improvements

* Detect MKL or CBLAS if `ENABLE_BLAS=ON` making sure that BLAS is linked as expected.
[(#448)](https://github.com/PennyLaneAI/pennylane-lightning/pull/448)
[(#449)](https://github.com/PennyLaneAI/pennylane-lightning/pull/449)

### Documentation

Expand All @@ -32,7 +32,7 @@

This release contains contributions from (in alphabetical order):

Lee J. O'Riordan, Chae-Yeun Park
Vincent Michaud-Rioux, Lee J. O'Riordan, Chae-Yeun Park

---

Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""


__version__ = "0.31.0-dev6"
__version__ = "0.31.0-dev7"

0 comments on commit a83875a

Please sign in to comment.