Skip to content

Commit

Permalink
Prepare 0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Dec 21, 2018
1 parent 2886081 commit 9593467
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 92 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ include ChangeLog
include fido2/public_suffix_list.dat
include examples/*.py
include examples/server/*.py
include examples/server/requirements.txt
include examples/server/README.adoc
include examples/server/Pipfile
include examples/server/Pipfile.lock
include examples/server/static/*
recursive-include test *.py
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Version 0.5.0 (released 2018-12-21)
** Changes to server classes, some backwards breaking.
** Add ability to authenticate U2F credentials by using the appid extension.
** Make verification of attestation more explicit.
** Add support for Android SafetyNet attestation.
** Make it easier to work with U2F/CTAP1 data formats.

* Version 0.4.0 (released 2018-09-27)
** Add classes for implementing a server.
** Various small changes, some affecting backwards compatibility.
Expand Down
70 changes: 35 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-fido2 (0.4.0) xenial; urgency=low
python-fido2 (0.5.0) xenial; urgency=low

* Build for ppa

-- Dain Nilsson <dain@yubico.com> Mon, 19 Mar 2018 13:27:28 +0100
-- Dain Nilsson <dain@yubico.com> Fri, 21 Dec 2018 13:10:22 +0100
116 changes: 63 additions & 53 deletions examples/server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fido2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ class ABC(object):
abc.ABC = ABC


__version__ = '0.5.0-dev0'
__version__ = '0.5.0'

0 comments on commit 9593467

Please sign in to comment.