Skip to content

Commit e20620e

Browse files
committed
Automatic commit of package [copr-messaging] release [1.0-1].
Created by command: /usr/bin/tito tag --use-version 1.0
1 parent cc72677 commit e20620e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.tito/packages/copr-messaging

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11-1 messaging/
1+
1.0-1 messaging/

messaging/copr-messaging.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Package also provides several convenience methods for working with \
77
copr messages.
88

99
Name: copr-messaging
10-
Version: 0.11
10+
Version: 1.0
1111
Release: 1%{?dist}
1212
Summary: Abstraction for Copr messaging listeners/publishers
1313

@@ -86,6 +86,10 @@ rm -rf html/.{doctrees,buildinfo}
8686

8787

8888
%changelog
89+
* Wed Oct 02 2024 Jiri Kyjovsky <[email protected]> 1.0-1
90+
- Set chroot message severity to DEBUG
91+
- One-line descriptions should be the summary
92+
8993
* Fri Mar 01 2024 Pavel Raiskup <[email protected]> 0.11-1
9094
- handle namespaced usernames
9195
- set the agent_name and usernames properties

messaging/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name=__name__,
39-
version="0.11",
39+
version="1.0",
4040
description=__description__,
4141
long_description=README,
4242
url=__url__,

0 commit comments

Comments
 (0)