Skip to content

Commit

Permalink
Prepare 4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Mar 29, 2021
1 parent 409bc6b commit c488acc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Version 4.0.1 (released 2021-03-29)
** Add support for YK5-based FIPS YubiKeys.
** Bugfix: Fix OTP device enumeration on Win32.

* Version 4.0.0 (released 2021-03-02)
** Drop support for Python < 3.6.
** Drop reliance on libusb and libykpersonalize.
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
yubikey-manager (4.0.0+git) xenial; urgency=low
yubikey-manager (4.0.1) xenial; urgency=low

* Build for ppa

-- Dain Nilsson <[email protected]> Tue, 02 Feb 2021 10:29:02 +0100
-- Dain Nilsson <[email protected]> Mon, 29 Mar 2021 08:37:12 +0100
2 changes: 1 addition & 1 deletion man/ykman.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH YKMAN "1" "February 2021" "ykman 4.0.0" "User Commands"
.TH YKMAN "1" "March 2021" "ykman 4.0.1" "User Commands"
.SH NAME
ykman \- YubiKey Manager (ykman)
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yubikey-manager"
version = "4.0.1-dev0"
version = "4.0.1"
description = "Tool for managing your YubiKey configuration."
authors = ["Dain Nilsson <[email protected]>"]
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion ykman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
)


__version__ = "4.0.1-dev0"
__version__ = "4.0.1"

0 comments on commit c488acc

Please sign in to comment.