From aaf0aea6681d8142590d2e4ca8bef90e357d27b4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 2 Jun 2022 20:35:24 -0400 Subject: [PATCH] bumped version to v0.9.9 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 31 ++++++++++++++++++++++++++-- packaging/redhat/python-apprise.spec | 7 +++++-- setup.py | 2 +- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index ee031d93f..8c65691b7 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'Apprise' -__version__ = '0.9.8.3' +__version__ = '0.9.9' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2022 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index b268e3415..2a0b73f22 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.9.8.3\n" +"Project-Id-Version: apprise 0.9.9\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2022-04-28 19:16-0400\n" +"POT-Creation-Date: 2022-06-02 20:20-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -98,6 +98,9 @@ msgstr "" msgid "Avatar URL" msgstr "" +msgid "Badge" +msgstr "" + msgid "Batch Mode" msgstr "" @@ -122,9 +125,15 @@ msgstr "" msgid "Carbon Copy" msgstr "" +msgid "Category" +msgstr "" + msgid "Channels" msgstr "" +msgid "Class" +msgstr "" + msgid "Click" msgstr "" @@ -134,6 +143,9 @@ msgstr "" msgid "Client Secret" msgstr "" +msgid "Component" +msgstr "" + msgid "Consumer Key" msgstr "" @@ -146,6 +158,9 @@ msgstr "" msgid "Currency" msgstr "" +msgid "Custom Details" +msgstr "" + msgid "Custom Icon" msgstr "" @@ -290,6 +305,9 @@ msgstr "" msgid "Language" msgstr "" +msgid "Level" +msgstr "" + msgid "Local File" msgstr "" @@ -427,6 +445,9 @@ msgstr "" msgid "Route" msgstr "" +msgid "Routing Key" +msgstr "" + msgid "SMTP Server" msgstr "" @@ -472,6 +493,9 @@ msgstr "" msgid "Sound Link" msgstr "" +msgid "Source" +msgstr "" + msgid "Source Email" msgstr "" @@ -526,6 +550,9 @@ msgstr "" msgid "Target Escalation" msgstr "" +msgid "Target Group ID" +msgstr "" + msgid "Target JID" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 0a44f54ae..3f2654216 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -59,7 +59,7 @@ SMTP2Go, Spontit, SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.9.8.3 +Version: 0.9.9 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -237,13 +237,16 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif %changelog +* Thu Jun 2 2022 Chris Caron - 0.9.9-1 +- Updated to v0.9.9 + * Thu Apr 28 2022 Chris Caron - 0.9.8.3-1 - Updated to v0.9.8.3 * Sat Apr 23 2022 Chris Caron - 0.9.8.2-1 - Updated to v0.9.8.2 -* Tue Apr 18 2022 Chris Caron - 0.9.8.1-1 +* Tue Apr 19 2022 Chris Caron - 0.9.8.1-1 - Updated to v0.9.8.1 * Mon Apr 18 2022 Chris Caron - 0.9.8-1 diff --git a/setup.py b/setup.py index 0773d530f..fc75d36f3 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( name='apprise', - version='0.9.8.3', + version='0.9.9', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),