From e67952b6efcb1456c4fcb8a4716b39ed99683189 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 31 Dec 2018 11:04:34 -0700 Subject: [PATCH] Update to 0.5.0 --- python-fido2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-fido2.spec b/python-fido2.spec index eb2efc2..5508e4c 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -9,8 +9,8 @@ %global srcname fido2 Name: python-%{srcname} -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Functionality for FIDO 2.0, including USB device communication # Main code is BSD @@ -148,9 +148,12 @@ Requires: python%{python3_other_pkgversion}-six %changelog -* Mon Dec 3 2018 Orion Poplawski - 1.2.4-2 +* Mon Dec 31 2018 Orion Poplawski - 0.5.0-1 +- Update to 0.5.0 + +* Mon Dec 3 2018 Orion Poplawski - 0.4.0-2 - Fix License - Remove tab and fix permissions -* Fri Nov 30 2018 Orion Poplawski - 1.2.4-1 +* Fri Nov 30 2018 Orion Poplawski - 0.4.0-1 - Initial Fedora package