Skip to content

Commit

Permalink
Prepare 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed May 17, 2021
1 parent 3b89995 commit 7e4c752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Version 4.0.3 (unreleased)
* Version 4.0.3 (released 2021-05-17)
** Add support for fido reset over NFC.
** Bugfix: The --touch argument to piv change-management-key was ignored.
** Bugfix: Don't prompt for password when importing PIV key/cert if file is invalid.
Expand Down
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" "April 2021" "ykman 4.0.2" "User Commands"
.TH YKMAN "1" "May 2021" "ykman 4.0.3" "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.3-dev0"
version = "4.0.3"
description = "Tool for managing your YubiKey configuration."
authors = ["Dain Nilsson <dain@yubico.com>"]
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.3-dev0"
__version__ = "4.0.3"

0 comments on commit 7e4c752

Please sign in to comment.