diff --git a/.tito/packages/python-copr-common b/.tito/packages/python-copr-common index 474f17aca..0e9e5c19d 100644 --- a/.tito/packages/python-copr-common +++ b/.tito/packages/python-copr-common @@ -1 +1 @@ -0.24-1 common/ +0.25-1 common/ diff --git a/common/python-copr-common.spec b/common/python-copr-common.spec index 8d8a02e8c..a14df3b92 100644 --- a/common/python-copr-common.spec +++ b/common/python-copr-common.spec @@ -16,7 +16,7 @@ %endif Name: python-copr-common -Version: 0.24.1.dev0 +Version: 0.25 Release: 1%{?dist} Summary: Python code used by Copr @@ -119,6 +119,9 @@ version=%version %py2_install %changelog +* Thu Aug 01 2024 Miroslav Suchý 0.25-1 +- frontend, backend, common: don't limit the storage to pulp only + * Tue May 21 2024 Jakub Kadlcik 0.24-1 - Fix chroot_to_branch default diff --git a/common/setup.py b/common/setup.py index 9ed02d30a..1520da379 100644 --- a/common/setup.py +++ b/common/setup.py @@ -20,7 +20,7 @@ setup( name='copr-common', - version="0.24.1.dev0", + version="0.25", description=__description__, long_description=long_description, author=__author__,