Skip to content

Commit

Permalink
Increment version to 0.21.0-dev (#658)
Browse files Browse the repository at this point in the history
* bump to dev

* Update strawberryfields/_version.py

Co-authored-by: Mikhail Andrenkov <Mandrenkov@users.noreply.github.com>

Co-authored-by: Mikhail Andrenkov <Mandrenkov@users.noreply.github.com>
  • Loading branch information
thisac and Mandrenkov committed Nov 19, 2021
1 parent 52e55d6 commit 2c27f1c
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.21.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.20.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.20.0"
__version__ = "0.21.0-dev"

0 comments on commit 2c27f1c

Please sign in to comment.