Skip to content

Commit fbef36a

Browse files
committed
Automatic commit of package [python-copr] release [2.0-1].
Created by command: /usr/bin/tito tag --use-version 2.0
1 parent 80736db commit fbef36a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.tito/packages/python-copr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.132-1 python/
1+
2.0-1 python/

python/python-copr.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%endif
88

99
Name: python-copr
10-
Version: 1.132
10+
Version: 2.0
1111
Release: 1%{?dist}
1212
Summary: Python interface for Copr
1313

@@ -229,6 +229,9 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/
229229
%doc %{_pkgdocdir}
230230

231231
%changelog
232+
* Wed Oct 02 2024 Jiri Kyjovsky <[email protected]> 2.0-1
233+
- Allow admins to set storage for new projects
234+
232235
* Tue May 21 2024 Jakub Kadlcik <[email protected]> 1.132-1
233236
- Discourage from deleting objects while paginating over them
234237
- Suggest pagination only when a GET request timeouts

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='copr',
33-
version="1.132",
33+
version="2.0",
3434
description=__description__,
3535
long_description=long_description,
3636
author=__author__,

0 commit comments

Comments
 (0)