From ba2628eafb073727948b78956899b0c2602acf9e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Oct 03 2019 05:55:23 +0000 Subject: Automatic commit of package [copr-messaging] release [0.4-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-messaging b/.tito/packages/copr-messaging index 6c4a132..6cba971 100644 --- a/.tito/packages/copr-messaging +++ b/.tito/packages/copr-messaging @@ -1 +1 @@ -0.3-1 messaging/ +0.4-1 messaging/ diff --git a/messaging/copr-messaging.spec b/messaging/copr-messaging.spec index 3319274..af4790b 100644 --- a/messaging/copr-messaging.spec +++ b/messaging/copr-messaging.spec @@ -7,7 +7,7 @@ Package also provides several convenience methods for working with \ copr messages. Name: copr-messaging -Version: 0.3 +Version: 0.4 Release: 1%{?dist} Summary: Abstraction for Copr messaging listeners/publishers @@ -85,6 +85,10 @@ rm -rf html/.{doctrees,buildinfo} %changelog +* Thu Oct 03 2019 Pavel Raiskup 0.4-1 +- rename 'stomp_consumer' module to 'stomp' +- fix macros in comments + * Thu Jul 25 2019 Pavel Raiskup 0.3-1 - mention how to create Source0 tarball diff --git a/messaging/setup.py b/messaging/setup.py index 857df1c..f1e68d3 100644 --- a/messaging/setup.py +++ b/messaging/setup.py @@ -36,7 +36,7 @@ with open(os.path.join(here, "requirements.txt")) as f: setup( name=__name__, - version="0.3", + version="0.4", description=__description__, long_description=README, url=__url__,