File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- * Version 2.0.0 (unreleased )
1
+ * Version 2.0.0 (released 2025-05-20 )
2
2
** See also the migration guide: doc/Migration_1-2.adoc.
3
3
** Python 3.10 or later is now required.
4
4
** WebAuthn dataclasses have been updated to align with the WebAuthn Level 3
Original file line number Diff line number Diff line change 3
3
4
4
$ git checkout -b release/x.y.z
5
5
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.
8
8
* Commit the changes, and push the new branch.
9
9
10
10
$ git push -u origin release/x.y.z
40
40
$ git push origin :release/x.y.z
41
41
42
42
* 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.
45
44
46
45
# pyproject.toml:
47
46
version = "x.y.q-dev.0"
48
47
49
- # fido2/__init__.py:
50
- __version__ = 'x.y.q-dev.0'
51
-
52
48
* Commit and push the change:
53
49
54
50
$ git commit -a -m "Bump version." && git push
You can’t perform that action at this time.
0 commit comments