diff --git a/.tito/packages/tito b/.tito/packages/tito index e53b7c3..e78ad52 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.26-1 ./ +0.6.27-1 ./ diff --git a/setup.py b/setup.py index c63bb69..c9ab6cf 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="tito", - version='0.6.26', + version='0.6.27', description='A tool for managing rpm based git projects.', long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/tito/__init__.py b/src/tito/__init__.py index 5c9a70b..d27e4bf 100644 --- a/src/tito/__init__.py +++ b/src/tito/__init__.py @@ -19,4 +19,4 @@ Infrastructure for building Spacewalk and Satellite packages from git tags. """ -__version__ = '0.6.26' +__version__ = '0.6.27' diff --git a/tito.spec b/tito.spec index b7016db..4a5679e 100644 --- a/tito.spec +++ b/tito.spec @@ -22,7 +22,7 @@ %endif Name: tito -Version: 0.6.26 +Version: 0.6.27 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -133,6 +133,11 @@ git config --global user.name "Your Name" %changelog +* Mon Nov 11 2024 Jakub Kadlčík +- Defer submodule detection to git +- Many improvements to tests and they now run during package build +- New config option `buildconfig.test_version_suffix` + * Tue Mar 05 2024 Jakub Kadlcik 0.6.26-1 - Fix issue with missing version numbers in the changelog (frostyx@email.cz) - Tito wrapper for easier development (praiskup@redhat.com)