Skip to content

Commit

Permalink
Incrementing the version number to 0.13.0 (#117)
Browse files Browse the repository at this point in the history
* CHANGELOG

* v0.13.0

* Pin PL in setup.py
  • Loading branch information
antalszava authored Nov 27, 2020
1 parent 7595c49 commit 3a92644
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Release 0.13.0-dev

### New features since last release
# Release 0.13.0

### Improvements

* The provided devices are now compatible with Qiskit 0.23.
* The provided devices are now compatible with Qiskit 0.23.1.
[(#116)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/116)

### Bug fixes

* The Aer devices store the noise models correctly.
[(#114)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/114)

### Documentation

### 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.13.0-dev"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qiskit>=0.23.1
git+https://github.com/PennyLaneAI/pennylane.git
pennylane>=0.13.0
numpy
networkx>=2.2;python_version>'3.5'
networkx>=2.2,<2.4;python_version=='3.5'
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.23.1",
"pennylane>=0.12.0",
"pennylane>=0.13.0",
"numpy",
"networkx>=2.2;python_version>'3.5'",
# Networkx 2.4 is the final version with python 3.5 support.
Expand Down

0 comments on commit 3a92644

Please sign in to comment.