Skip to content

Commit

Permalink
Prepare 4.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jul 16, 2021
1 parent 526dc58 commit 95afc8c
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.4 (unreleased)
* Version 4.0.5 (released 2021-07-16)
** Bugfix: Fix PIV feature detection for some YubiKey NEO versions.
** Bugfix: Fix argument short form for --period when adding TOTP credentials.
** Bugfix: More strict validation for some arguments, resulting in better error messages.
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" "May 2021" "ykman 4.0.3" "User Commands"
.TH YKMAN "1" "July 2021" "ykman 4.0.5" "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.4-dev0"
version = "4.0.5"
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.4-dev0"
__version__ = "4.0.5"

0 comments on commit 95afc8c

Please sign in to comment.