Skip to content

Commit

Permalink
bump version to dev (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisac committed Dec 16, 2021
1 parent 3c03bcb commit 7ee0dd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release 0.22.0 (development release)

<h3>New features since last release</h3>

<h3>Breaking Changes</h3>

<h3>Bug fixes</h3>

<h3>Documentation</h3>

<h3>Contributors</h3>

This release contains contributions from (in alphabetical order):

# Release 0.21.0 (current release)

<h3>New features since last release</h3>
Expand Down
2 changes: 1 addition & 1 deletion strawberryfields/_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.21.0"
__version__ = "0.22.0-dev"

0 comments on commit 7ee0dd4

Please sign in to comment.