Prepare 0.2.1 release.

This commit is contained in:
Dain Nilsson 2018-04-10 11:46:39 +02:00
parent 86e802e3d2
commit 0774f7220a
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 7 additions and 3 deletions

View File

@ -3,4 +3,5 @@ include README.adoc
include NEWS
include ChangeLog
include fido2/public_suffix_list.dat
include examples/*
include examples/*.py
include examples/server/*.py examples/server/*.txt

5
NEWS
View File

@ -1,4 +1,7 @@
* Version 0.2.1 (unreleased)
* Version 0.2.1 (released 2018-04-10)
** Add server example.
** Parse AttestationObjects that use string keys (Webauthn).
** Fix bug in handling packets with the wrong channel id.
* Version 0.2.0 (released 2018-04-05)
** Changed name of project to python-fido2 to better reflect its scope.

View File

@ -37,4 +37,4 @@ if six.PY2:
abc.abstractclassmethod = abc.abstractmethod
__version__ = '0.2.1-dev0'
__version__ = '0.2.1'