Skip to content

Commit

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

* Update CHANGELOG.md

* Update pennylane_cirq/_version.py

* Update pennylane_cirq/_version.py

* Update pennylane_cirq/_version.py

* changelog for #94

* changelog

* changelog

Co-authored-by: Jaybsoni <Jaybsoni@users.noreply.github.com>
Co-authored-by: Jay Soni <jbsoni@uwaterloo.ca>
Co-authored-by: antalszava <antalszava@gmail.com>
  • Loading branch information
4 people authored Mar 9, 2022
1 parent 75e4923 commit 396c397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# Release 0.20.0-dev

### New features since last release

### Breaking changes
# Release 0.22.0

### Improvements

* Changed to using `cirq_pasqal` instead of `cirq.pasqal` as per a deprecation
cycle in Cirq.
[(#90)](https://github.com/PennyLaneAI/pennylane-cirq/pull/90)

### Documentation

### Bug fixes
* Changed the requirements of PennyLane-Cirq to only contain `cirq-core` and
`cirq-pasqal`.
[(#94)](https://github.com/PennyLaneAI/pennylane-cirq/pull/94)

### Contributors

This release contains contributions from (in alphabetical order):

Antal Száva
Jay Soni, Antal Száva

---

Expand Down
2 changes: 1 addition & 1 deletion pennylane_cirq/_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.20.0-dev"
__version__ = "0.22.0"

0 comments on commit 396c397

Please sign in to comment.