From 3f4e6d1881f898d96b6486bbdf333d0e2c33614a Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Jan 15 2020 08:29:05 +0000 Subject: Automatic commit of package [python-copr] release [1.100-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/python-copr b/.tito/packages/python-copr index d603f63..be34a1a 100644 --- a/.tito/packages/python-copr +++ b/.tito/packages/python-copr @@ -1 +1 @@ -1.99-1 python/ +1.100-1 python/ diff --git a/python/python-copr.spec b/python/python-copr.spec index 2a5de12..e34e4af 100644 --- a/python/python-copr.spec +++ b/python/python-copr.spec @@ -15,7 +15,7 @@ %endif Name: python-copr -Version: 1.99 +Version: 1.100 Release: 1%{?dist} Summary: Python interface for Copr @@ -236,6 +236,9 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/ %doc %{_pkgdocdir} %changelog +* Wed Jan 15 2020 Tomas Hrnciar 1.100-1 +- add command to list all available chroots + * Wed Dec 04 2019 Pavel Raiskup 1.99-1 - add api support for module_hotfixes - nicer mock-config command output diff --git a/python/setup.py b/python/setup.py index 40e6d35..41d6ef0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -29,7 +29,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name='copr', - version="1.99", + version="1.100", description=__description__, long_description=long_description, author=__author__,