Skip to content

Commit

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

* Incrementing version number
  • Loading branch information
antalszava authored Mar 17, 2020
1 parent 2b94058 commit 295915e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Release 0.9.0-dev

### New features since last release

### Breaking changes

### Improvements

### Documentation
# Release 0.8.2

### Bug fixes

* Fixed a bug where users with `IBMQ` tokens linked to multiple
providers would experience an error.
[(#74)](https://github.com/XanaduAI/pennylane-qiskit/pull/74)

### Contributors

This release contains contributions from (in alphabetical order):

Antal Száva

---

# Release 0.8.1
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.9.0-dev"
__version__ = "0.8.2"
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class QiskitDevice(Device, abc.ABC):
"""
name = "Qiskit PennyLane plugin"
pennylane_requires = ">=0.8.1"
version = "0.9.0-dev"
version = "0.8.2"
plugin_version = __version__
author = "Xanadu"

Expand Down

0 comments on commit 295915e

Please sign in to comment.