Skip to content

Commit

Permalink
Bump the version number to 0.7 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 authored Nov 19, 2019
1 parent 02227f5 commit b11abe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.7.0-dev
# Release 0.7.0

### New features since last release

Expand Down Expand Up @@ -40,7 +40,7 @@

* Custom padding constant in `AmplitudeEmbedding` is supported (see 'Breaking changes'.)
[#419](https://github.com/XanaduAI/pennylane/pull/419)

### Breaking changes

* The ``pad`` parameter in `AmplitudeEmbedding()`` is now either ``None`` (no automatic padding), or a
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.7.0-dev"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion pennylane/plugins/default_qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class DefaultQubit(Device):
name = 'Default qubit PennyLane plugin'
short_name = 'default.qubit'
pennylane_requires = '0.7'
version = '0.7.1'
version = '0.7.0'
author = 'Xanadu Inc.'
_capabilities = {"model": "qubit", "tensor_observables": True, "inverse_operations": True}

Expand Down

0 comments on commit b11abe6

Please sign in to comment.