Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Prepare 5.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Nov 3, 2020
1 parent c25a00c commit b205356
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Version 5.0.1 (unreleased)
* Version 5.0.1 (released 2020-11-03)
** Support hex encoded metadata values.

* Version 5.0.0 (released 2017-03-30)
** Major release: This release is NOT backwards compatible.
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Provides functionality for working with the server side aspects of the U2F
protocol as defined in the link:http://fidoalliance.org/specifications/download[FIDO specifications].
It supports Python 2.7, Python 3.3+ and PyPy 2.7+.

NOTE: This project is in maintenance mode,
https://developers.yubico.com/python-fido2/[python-fido2] is a new project with
support for U2F and FIDO2.
NOTE: This project is deprecated and new features will not be added. Please see
https://developers.yubico.com/python-fido2/[python-fido2] which replaces this
project.

To read more about U2F and how to use a U2F library, visit
link:http://developers.yubico.com/U2F[developers.yubico.com/U2F].
Expand Down
2 changes: 1 addition & 1 deletion u2flib_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = "5.0.1-dev0"
__version__ = "5.0.1"

0 comments on commit b205356

Please sign in to comment.