Skip to content

Commit 1fc6fd9

Browse files
committed
Automatic commit of package [copr-cli] release [2.0-1].
Created by command: /usr/bin/tito tag --use-version 2.0
1 parent ef8294c commit 1fc6fd9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.tito/packages/copr-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.112-1 cli/
1+
2.0-1 cli/

cli/copr-cli.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%global min_python_copr_version 1.128.1
1010

1111
Name: copr-cli
12-
Version: 1.112
12+
Version: 2.0
1313
Release: 1%{?dist}
1414
Summary: Command line interface for COPR
1515

@@ -124,6 +124,9 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b
124124

125125

126126
%changelog
127+
* Wed Oct 02 2024 Jiri Kyjovsky <[email protected]> 2.0-1
128+
- Allow admins to set storage for new projects
129+
127130
* Tue May 21 2024 Jakub Kadlcik <[email protected]> 1.112-1
128131
- Add per package timeout option
129132
- Remove dependency on simplejson

cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name=__name__,
32-
version="1.112",
32+
version="2.0",
3333
description=__description__,
3434
long_description=long_description,
3535
author=__author__,

0 commit comments

Comments
 (0)