diff --git a/.tito/packages/tito b/.tito/packages/tito index 5b6b5740..b87c12db 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.17-1 ./ +0.6.18-1 ./ diff --git a/setup.py b/setup.py index 6fc88bff..aa4cd669 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="tito", - version='0.6.17', + version='0.6.18', description='A tool for managing rpm based git projects.', author='rpm-software-management', url='https://github.com/rpm-software-management/tito', diff --git a/src/tito/__init__.py b/src/tito/__init__.py index f28c36b8..76b8d919 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.17' +__version__ = '0.6.18' diff --git a/tito.spec b/tito.spec index d68423c5..75d0911c 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.17 +Version: 0.6.18 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -118,6 +118,13 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Wed Jun 23 2021 Jakub Kadlcik 0.6.18-1 +- Document fetch_sources option in tito.props (frostyx@email.cz) +- Rename fetch-sources to fetch_sources in the tito.props config + (frostyx@email.cz) +- Adding option to fetch sources (sisi.chlupova@gmail.com) +- Change the master branch in releasers.conf to rawhide (frostyx@email.cz) + * Mon May 17 2021 Jakub Kadlcik 0.6.17-1 - Update releasers.conf (frostyx@email.cz) - Make build --verbose autocompletable (nmoumoul@redhat.com)