Skip to content

Commit

Permalink
Prepare 5.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 10, 2023
1 parent b3e408d commit 483e242
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* Version 5.2.1 (unreleased)
* Version 5.2.1 (released 2023-10-10)
** Add support for Python 3.12.
** OATH: detect and fix corrupted credentials.
** OATH: detect and remove corrupted credentials.
** Bugfix: HSMAUTH: Fix order of CLI arguments.

* Version 5.2.0 (released 2023-08-21)
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.2.1-dev.0"
version = "5.2.1"
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 @@ -25,4 +25,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = "5.2.1-dev.0"
__version__ = "5.2.1"

0 comments on commit 483e242

Please sign in to comment.