Skip to content

Commit

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

* Update CHANGELOG.md

Co-authored-by: antalszava <[email protected]>

* requirements and device attributes

* Update requirements.txt

Co-authored-by: antalszava <[email protected]>

* update setup

* changelog & version

Co-authored-by: albi3ro <[email protected]>
Co-authored-by: Christina Lee <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
  • Loading branch information
4 people authored Aug 17, 2021
1 parent a9a91a9 commit 9e45d13
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 0.18.0-dev

### New features since last release

### Breaking changes

### Improvements

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):

---

# Release 0.17.0

### Improvements
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.17.0"
__version__ = "0.18.0-dev"

0 comments on commit 9e45d13

Please sign in to comment.