Skip to content

Commit

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

* trigger ci

* Update tests.yml (#119)

Co-authored-by: timmysilv <[email protected]>
Co-authored-by: Matthew Silverman <[email protected]>
Co-authored-by: Matthew Silverman <[email protected]>
  • Loading branch information
4 people authored Nov 8, 2022
1 parent bce9449 commit 803eee2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: python -m pytest tests --cov=pennylane_cirq --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

Expand Down Expand Up @@ -85,6 +85,6 @@ jobs:
pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --analytic=False --shots=20000 --cov=pennylane_cirq --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
6 changes: 1 addition & 5 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 All @@ -20,10 +20,6 @@
the simulator not to ignore idle qubits.
[(#111)](https://github.com/PennyLaneAI/pennylane-cirq/pull/111)

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):
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.25.0-dev"
__version__ = "0.27.0"

0 comments on commit 803eee2

Please sign in to comment.