diff --git a/.tito/packages/modulemd-tools b/.tito/packages/modulemd-tools index 089d0db..e3405f7 100644 --- a/.tito/packages/modulemd-tools +++ b/.tito/packages/modulemd-tools @@ -1 +1 @@ -0.15-1 ./ +0.16-1 ./ diff --git a/modulemd-tools.spec b/modulemd-tools.spec index d779992..dd61a96 100644 --- a/modulemd-tools.spec +++ b/modulemd-tools.spec @@ -1,5 +1,5 @@ Name: modulemd-tools -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: Collection of tools for modular (in terms of Fedora Modularity origin) content creators License: MIT @@ -104,6 +104,10 @@ cp man/*.1 %{buildroot}%{_mandir}/man1/ %changelog +* Tue Jun 20 2023 Jakub Kadlcik 0.16-1 +- modulemd_tools: ensure backward compatibility for importing this namespace, + pt.2 (frostyx@email.cz) + * Mon Jun 19 2023 Jakub Kadlcik 0.15-1 - modulemd_tools: ensure backward compatibility for importing this namespace (frostyx@email.cz) diff --git a/setup.py b/setup.py index 06a64c8..0d0243d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='modulemd-tools', - version='0.15', + version='0.16', packages=find_packages(exclude=("tests",)), url='https://github.com/rpm-software-management/modulemd-tools', license='MIT',