diff --git a/apprise/__init__.py b/apprise/__init__.py index 477bd178..43b79445 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'Apprise' -__version__ = '0.9.1' +__version__ = '0.9.2' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2021 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 1f07cfd7..c5f94921 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.9.1\n" +"Project-Id-Version: apprise 0.9.2\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2021-02-23 11:07-0500\n" +"POT-Creation-Date: 2021-05-02 11:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -56,6 +56,9 @@ msgstr "" msgid "App Version" msgstr "" +msgid "Application ID" +msgstr "" + msgid "Application Key" msgstr "" @@ -176,6 +179,12 @@ msgstr "" msgid "Facility" msgstr "" +msgid "Flair ID" +msgstr "" + +msgid "Flair Text" +msgstr "" + msgid "Footer Logo" msgstr "" @@ -218,6 +227,15 @@ msgstr "" msgid "Include Segment" msgstr "" +msgid "Is Ad?" +msgstr "" + +msgid "Is Spoiler" +msgstr "" + +msgid "Kind" +msgstr "" + msgid "Language" msgstr "" @@ -251,6 +269,9 @@ msgstr "" msgid "Mode" msgstr "" +msgid "NSFW" +msgstr "" + msgid "Notification ID" msgstr "" @@ -305,6 +326,9 @@ msgstr "" msgid "Remove Tokens" msgstr "" +msgid "Resubmit Flag" +msgstr "" + msgid "Retry" msgstr "" @@ -329,6 +353,9 @@ msgstr "" msgid "Secure Mode" msgstr "" +msgid "Send Replies" +msgstr "" + msgid "Sender ID" msgstr "" @@ -416,6 +443,9 @@ msgstr "" msgid "Target Stream" msgstr "" +msgid "Target Subreddit" +msgstr "" + msgid "Target Tag ID" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 8dcd1e22..0187abcd 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -57,8 +57,8 @@ SimplePush, Sinch, Slack, Spontit, SparkPost, Super Toasty, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT URL: https://github.com/caronc/%{pypi_name} @@ -247,6 +247,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif %changelog +* Sun May 2 2021 Chris Caron - 0.9.2-1 +- Updated to v0.9.2 + * Tue Feb 23 2021 Chris Caron - 0.9.1-2 - Added missing cryptography dependency diff --git a/setup.py b/setup.py index 11b838f6..8707a237 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.9.1', + version='0.9.2', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),