Skip to content

Commit

Permalink
Version bump to v0.6.0 (#361)
Browse files Browse the repository at this point in the history
* Version bump to v0.6.0

* Update .github/CHANGELOG.md

Co-Authored-By: Nathan Killoran <[email protected]>
  • Loading branch information
josh146 and co9olguy authored Oct 18, 2019
1 parent 092efe2 commit a4a66e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.6.0-dev
# Release 0.6.0

### New features since last release

Expand Down Expand Up @@ -47,12 +47,17 @@
* Remainder of the unittest-style tests were ported to pytest.
[#310](https://github.com/XanaduAI/pennylane/pull/310)

* The `do_queue` argument for operations now only takes effect
within QNodes. Outside of QNodes, operations can now be instantiated
without needing to specify `do_queue`.
[#359](https://github.com/XanaduAI/pennylane/pull/359)

### Documentation

* The docs are rewritten and restructured to contain a code introduction section as well as an API section.
[#314](https://github.com/XanaduAI/pennylane/pull/275)

* Added Ising model example to the tutorials
* Added Ising model example to the tutorials
[#319] (https://github.com/XanaduAI/pennylane/pull/319)

* Added tutorial for QAOA on MaxCut problem
Expand Down Expand Up @@ -80,7 +85,7 @@

This release contains contributions from (in alphabetical order):

Shahnawaz Ahmed, Ville Bergholm, Aroosa Ijaz, Josh Izaac, Angus Lowe,
Shahnawaz Ahmed, Ville Bergholm, Aroosa Ijaz, Josh Izaac, Nathan Killoran, Angus Lowe,
Johannes Jakob Meyer, Maria Schuld, Antal Száva, Roeland Wiersema.

---
Expand Down
2 changes: 1 addition & 1 deletion pennylane/_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.6.0-dev'
__version__ = '0.6.0'

0 comments on commit a4a66e5

Please sign in to comment.