Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 30, 2024
1 parent 227f388 commit 758d270
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Version 5.3.0 (unreleased)
* Version 5.3.0 (released 2023-01-30)
** FIDO: Add new CLI commands for PIN management and authenticator config
(force-change, set-min-length, toggle-always-uv, enable-ep-attestation).
** PIV: Support new key types on supported devices (RSA 3072/4096, Curve25519).
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" "October 2023" "ykman 5.2.1" "User Commands"
.TH YKMAN "1" "January 2024" "ykman 5.3.0" "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 = "5.3.0-dev.0"
version = "5.3.0"
description = "Tool for managing your YubiKey configuration."
authors = ["Dain Nilsson <dain@yubico.com>"]
license = "BSD"
Expand Down
4 changes: 2 additions & 2 deletions version_info.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ VSVersionInfo(
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'YubiKey Manager CLI'),
StringStruct('FileVersion', '{VERSION}'),
StringStruct('LegalCopyright', 'Copyright (c) 2023 Yubico AB'),
StringStruct('LegalCopyright', 'Copyright (c) 2024 Yubico AB'),
StringStruct('OriginalFilename', 'ykman.exe'),
StringStruct('ProductName', 'YubiKey Manager'),
StringStruct('ProductVersion', '{VERSION}')])
]),
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
)
2 changes: 1 addition & 1 deletion ykman/__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.3.0-dev.0"
__version__ = "5.3.0"

0 comments on commit 758d270

Please sign in to comment.