Skip to content

Commit

Permalink
Prepare 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Mar 2, 2021
1 parent d1ddf24 commit 4d9989b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
yubikey-manager (3.1.2+git) xenial; urgency=low
yubikey-manager (4.0.0) xenial; urgency=low

* Build for ppa

-- Dain Nilsson <dain@yubico.com> Fri, 22 Jan 2021 08:59:28 +0100
-- Dain Nilsson <dain@yubico.com> Tue, 02 Feb 2021 10:29:02 +0100
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.0-dev0"
version = "4.0.0"
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.0-dev0"
__version__ = "4.0.0"

0 comments on commit 4d9989b

Please sign in to comment.