Skip to content

Commit

Permalink
Incrementing the version number to v0.17.0-dev (#142)
Browse files Browse the repository at this point in the history
* Incrementing the version number to v0.17.0-dev

* Dynamic version.
  • Loading branch information
rmoyard authored Jun 22, 2021
1 parent 03c985c commit 1e152c7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 0.17.0-dev

### New features since last release

### Breaking changes

### Improvements

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):

---

# Release 0.16.0

### New features since last release
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.16.0"
__version__ = "0.17.0-dev"
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class QiskitDevice(QubitDevice, abc.ABC):
"""
name = "Qiskit PennyLane plugin"
pennylane_requires = ">=0.16.0"
version = "0.16.0"
version = __version__
plugin_version = __version__
author = "Xanadu"

Expand Down

0 comments on commit 1e152c7

Please sign in to comment.