Skip to content

Commit

Permalink
Increment version number to 0.21.0 (#666)
Browse files Browse the repository at this point in the history
* bump version

* bump tw requirement
  • Loading branch information
thisac committed Dec 16, 2021
1 parent ac38063 commit 3c03bcb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.21.0 (development release)
# Release 0.21.0 (current release)

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

Expand Down Expand Up @@ -37,8 +37,6 @@
MeasureFock | [0];
```

<h3>Breaking Changes</h3>

<h3>Bug fixes</h3>

* The `TDMProgram.compile_info` and `TDMProgram.target` fields are now set when
Expand Down Expand Up @@ -81,7 +79,7 @@ This release contains contributions from (in alphabetical order):

Theodor Isacsson

# Release 0.20.0 (current release)
# Release 0.20.0

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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scipy==1.7.1
sympy==1.8
tensorflow==2.6.1
tensorboard==2.6.0
thewalrus==0.17.0
thewalrus==0.18.0
toml==0.10.2
typing-extensions==3.7.4
urllib3==1.25.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"requests>=2.22.0",
"scipy>=1.0.0",
"sympy>=1.5",
"thewalrus>=0.17.0",
"thewalrus>=0.18.0",
"toml",
"urllib3>=1.25.3",
"quantum-xir>=0.1.1",
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-dev"
__version__ = "0.21.0"

0 comments on commit 3c03bcb

Please sign in to comment.