Skip to content

Commit 3b28eee

Browse files
committed
Update NEWS
1 parent e484c54 commit 3b28eee

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Version 2.0.0 (unreleased)
1+
* Version 2.0.0 (released 2025-05-20)
22
** See also the migration guide: doc/Migration_1-2.adoc.
33
** Python 3.10 or later is now required.
44
** WebAuthn dataclasses have been updated to align with the WebAuthn Level 3

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
7+
for it, 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)