From e8856579b5a865a39ae217f7738fdcf64f8bc87a Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Jul 09 2024 10:02:36 +0000 Subject: bump release 0.5.1 --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba9bfad..5d53800 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,9 @@ Change Logs =========== +0.5.1 (2024-07-09) +------------------ +* fetch all pages and add buildrequires filter (Yuming Zhu) + 0.5.0 (2024-03-25) ------------------ * "tags_from" restriction per tag to limit the tags of a module build (Yuming Zhu) diff --git a/setup.py b/setup.py index c474fcb..d3e4b18 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='ursa-major', description="A utility for managing module tags in Koji's tag inheritance", long_description=get_long_description(), - version='0.5.0', + version='0.5.1', classifiers=[ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6',