From f374a96fb372c47f9993d7d84b996e77a65cc559 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 15 Jul 2021 16:29:34 -0500 Subject: [PATCH] 0.5.0 --- python-s3transfer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-s3transfer.spec b/python-s3transfer.spec index a45c38c..6d365fe 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -3,8 +3,8 @@ S3transfer is a Python library for managing Amazon S3 transfers. Name: python-%{srcname} -Version: 0.4.2 -Release: 3%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Amazon S3 Transfer Manager License: ASL 2.0 @@ -51,6 +51,9 @@ pytest-%{python3_version} unit functional %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Thu Jul 15 2021 Gwyn Ciesla - 0.5.0-1 +- 0.5.0 + * Fri Jun 04 2021 Python Maint - 0.4.2-3 - Rebuilt for Python 3.10