From a8d8800d109bac03201a9271ad9e8427ed9b503b Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Mar 10 2021 15:56:40 +0000 Subject: Bump release - 0.4.2 --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e7a69d..aa28775 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,11 @@ Change Logs =========== +0.4.2 (2021-03-10) +------------------ +* Use old tuple syntax for mock.call.call_args of old mock release (Yuming Zhu) +* Fix unittests for missing koji profile (Yuming Zhu) +* Using libmodulemd v2 API (Yuming Zhu) + 0.4.1 (2020-02-11) ------------------ * Remove updating koji inheritance ability from add-module and remove-module (Qixiang Wan) diff --git a/setup.py b/setup.py index 07c52f4..531e13f 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.1', + version='0.4.2', classifiers=[ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6',