diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index baebeb1c..ebfeff96 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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 . diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 386e416a..cb688f73 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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). diff --git a/zcbor/VERSION b/zcbor/VERSION index 48880645..09a3acfa 100644 --- a/zcbor/VERSION +++ b/zcbor/VERSION @@ -1 +1 @@ -0.5.99 \ No newline at end of file +0.6.0 \ No newline at end of file