Prepare release 1.0.0.

This commit is contained in:
Dain Nilsson 2022-06-08 09:16:20 +02:00
parent 0f89a0901f
commit e327e33fe0
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
* Version 1.0.0 (released 2022-06-08)
** First stable release.
* Version 1.0.0rc1 (released 2022-05-02)
** Release Candidate 1 of first stable release.
** Require Python 3.7 or later.

View File

@ -26,4 +26,4 @@
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "1.0.0rc1"
__version__ = "1.0.0"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "fido2"
version = "1.0.0rc1"
version = "1.0.0"
description = "FIDO2/WebAuthn library for implementing clients and servers."
authors = ["Dain Nilsson <dain@yubico.com>"]
homepage = "https://github.com/Yubico/python-fido2"