Skip to content

Commit

Permalink
Version bump (#168)
Browse files Browse the repository at this point in the history
* Version bump
s Please enter the commit message for your changes. Lines starting

* add pl version

Co-authored-by: Josh Izaac <[email protected]>
  • Loading branch information
Jaybsoni and josh146 authored Dec 14, 2021
1 parent fc8436e commit cf6f9be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.19.0-dev
# Release 0.20.0

### New features since last release

Expand All @@ -10,8 +10,6 @@
[(#163)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/163)
[(#167)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/167)

### Breaking changes

### Improvements

* Added native support for the `qml.Identity` operation to the Qiskit devices and converters.
Expand All @@ -26,10 +24,6 @@
* Added support for Python 3.10.
[(#170)](https://github.com/PennyLaneAI/pennylane-forest/pull/170)

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):
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.19.0-dev"
__version__ = "0.20.0"
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class QiskitDevice(QubitDevice, abc.ABC):
to simulate a device compliant circuit, you can specify a backend here.
"""
name = "Qiskit PennyLane plugin"
pennylane_requires = ">=0.17.0"
pennylane_requires = ">=0.20.0"
version = __version__
plugin_version = __version__
author = "Xanadu"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qiskit>=0.25
git+https://github.com/PennyLaneAI/pennylane.git
pennylane>=0.20
numpy
sympy
networkx>=2.2;python_version>'3.5'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

requirements = [
"qiskit>=0.25",
"pennylane>=0.17",
"pennylane>=0.20",
"numpy",
"networkx>=2.2",
]
Expand Down

0 comments on commit cf6f9be

Please sign in to comment.