diff --git a/.tito/packages/tito b/.tito/packages/tito index b87c12db..1e0cc666 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.18-1 ./ +0.6.19-1 ./ diff --git a/setup.py b/setup.py index aa4cd669..d999aa85 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="tito", - version='0.6.18', + version='0.6.19', 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 76b8d919..55000733 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.18' +__version__ = '0.6.19' diff --git a/tito.spec b/tito.spec index 75d0911c..9dddfb49 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.18 +Version: 0.6.19 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -118,6 +118,9 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Sun Aug 15 2021 Jakub Kadlcik 0.6.19-1 +- Drop unused urllib.request import (frostyx@email.cz) + * 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