Skip to content

Commit

Permalink
increment version to 0.18.0 (#152)
Browse files Browse the repository at this point in the history
* increment version

* plugin pennylane_requires

* Update pennylane_qiskit/qiskit_device.py

Co-authored-by: antalszava <[email protected]>

* Update requirements.txt

Co-authored-by: antalszava <[email protected]>

* changelog

Co-authored-by: Jay Soni <[email protected]>
Co-authored-by: antalszava <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2021
1 parent cccdefb commit 043c544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
# Release 0.18.0-dev

### New features since last release

### Breaking changes
# Release 0.18.0

### Improvements

* Removed adding the `verbose` option to the arguments passed to the backend
such that no warnings are raised.
[(#151)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/151)

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):

Christina Lee, Jay Soni, Antal Száva

---

# Release 0.17.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.18.0-dev"
__version__ = "0.18.0"

0 comments on commit 043c544

Please sign in to comment.