Skip to content

Commit

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

* Increase PL lower bound

* Trigger CI

* [skip ci] Bump doc PL version

* Trigger CI

---------

Co-authored-by: mudit2812 <[email protected]>
Co-authored-by: Mudit Pandey <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent 0f7a9bf commit 92a5c1c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.38.0-dev
# Release 0.38.0

### New features since last release

Expand Down Expand Up @@ -33,16 +33,12 @@
* The IBM quantum devices, ``qiskit.ibmq``, ``qiskit.ibmq.circuit_runner`` and ``qiskit.ibmq.sampler``, have been removed due to deprecations of the IBMProvider and the cloud simulator "ibmq_qasm_simulator".
[(#550)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/550)

### Deprecations 👋

### Documentation 📝

* The Pennylane-Qiskit plugin page has been updated to reflect the changes in both the plugin's
capabilities and Qiskit.
[#563](https://github.com/PennyLaneAI/pennylane-qiskit/pull/563)

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docutils==0.20.1
ipykernel==6.29.2
jinja2==3.1.3
nbsphinx==0.9.3
pennylane==0.37
pennylane==0.38
pybind11==2.11.1
pygments==2.17.2
pygments-github-lexers==0.0.5
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.38.0-dev"
__version__ = "0.38.0"
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pennylane>=0.37
pennylane>=0.38
qiskit
numpy
sympy==1.12
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"qiskit-aer",
"qiskit-ibm-runtime",
"qiskit-ibm-provider",
"pennylane>=0.37",
"pennylane>=0.38",
"numpy",
"sympy<1.13",
"networkx>=2.2",
Expand Down

0 comments on commit 92a5c1c

Please sign in to comment.