Skip to content

Commit

Permalink
Update version from 0.5.99 to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Rønningstad <[email protected]>
  • Loading branch information
oyvindronningstad committed Oct 12, 2022
1 parent 10e6aba commit 0556eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Generate and install zcbor package
run: |
python setup.py bdist_wheel
pip install dist/zcbor-0.5.99-py3-none-any.whl
pip install dist/zcbor-0.6.0-py3-none-any.whl
pip uninstall -y zcbor
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zcbor v. 0.5.99
# zcbor v. 0.6.0 (2022-10-12)

Any new bugs, requests, or missing features should be reported as [Github issues](https://github.com/NordicSemiconductor/zcbor/issues).

Expand Down
2 changes: 1 addition & 1 deletion zcbor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.99
0.6.0

0 comments on commit 0556eda

Please sign in to comment.