From a8604d5081d3b46954c9d6937f1a56e3403c7f87 Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Jun 26 2023 16:10:14 +0000 Subject: bump release - 0.4.3 --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa28775..6be07b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,9 @@ Change Logs =========== +0.4.2 (2023-06-27) +------------------ +* Use gssapi_login instead of krb_login for koji kerberos auth (Yuming Zhu) + 0.4.2 (2021-03-10) ------------------ * Use old tuple syntax for mock.call.call_args of old mock release (Yuming Zhu) diff --git a/setup.py b/setup.py index 531e13f..0c393c6 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name='ursa-major', description="A utility for managing module tags in Koji's tag inheritance", long_description=get_long_description(), - version='0.4.2', + version='0.4.3', classifiers=[ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6',