Skip to content

Commit

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

* add changelog entry (#233)

* bump codecov-action to match pennylane

* trigger ci

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 232c0c5 commit 8647860
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
IBMQX_TOKEN: ${{ secrets.IBMQX_TOKEN_TEST }}

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

Expand Down Expand Up @@ -84,6 +84,6 @@ jobs:
pl-device-test --device=qiskit.aer --tb=short --skip-ops --shots=None --device-kwargs backend=unitary_simulator
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# Release 0.25.0-dev
# Release 0.27.0

### New features since last release

* Add support for the `ISWAP` operation.
[(#229)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/229)

### Breaking changes

### Improvements

### Documentation

### Bug fixes

* Fix Cobyla success bool for VQE runtime.
[(#231)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/231)

### Contributors

This release contains contributions from (in alphabetical order):

Matthew Silverman
Romain Moyard, Matthew Silverman

---
# Release 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_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 8647860

Please sign in to comment.