Skip to content

Commit 8330b20

Browse files
committed
Update RELEASE.adoc
1 parent c5bf863 commit 8330b20

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

RELEASE.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
$ git checkout -b release/x.y.z
55
6-
* Update the version in pyproject.toml and fido/__init__.py and make sure the
7-
NEWS file has an entry for it, and the correct release date.
6+
* Update the version in pyproject.toml and make sure the NEWS file has an entry for it,
7+
and the correct release date.
88
* Commit the changes, and push the new branch.
99
1010
$ git push -u origin release/x.y.z
@@ -40,15 +40,11 @@
4040
$ git push origin :release/x.y.z
4141
4242
* Bump the version number by incrementing the PATCH version and appending -dev.0
43-
in pyproject.toml and fido2/__init__.py and add a new entry (unreleased) to the
44-
NEWS file.
43+
in pyproject.toml and add a new entry (unreleased) to the NEWS file.
4544
4645
# pyproject.toml:
4746
version = "x.y.q-dev.0"
4847
49-
# fido2/__init__.py:
50-
__version__ = 'x.y.q-dev.0'
51-
5248
* Commit and push the change:
5349
5450
$ git commit -a -m "Bump version." && git push

0 commit comments

Comments
 (0)