Skip to content

Commit

Permalink
Version bump 0.15.3 (#30)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update _version.py
  • Loading branch information
josh146 authored Jun 2, 2021
1 parent a59c473 commit 2ba5115
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release 0.16.0-dev

### New features

### Improvements

### Breaking changes
# Release 0.15.3

### Bug fixes

* Fixes a bug where the shot number was not correctly being submitted
to the API.
[(#29)](https://github.com/PennyLaneAI/PennyLane-IonQ/pull/27)

### Contributors

This release contains contributions from (in alphabetical order):

Dave Bacon, Josh Izaac.

---

# Release 0.15.2
Expand Down
2 changes: 1 addition & 1 deletion pennylane_ionq/_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-dev"
__version__ = "0.15.3"

0 comments on commit 2ba5115

Please sign in to comment.