diff --git a/apprise/__init__.py b/apprise/__init__.py index 9793dd18..01933b47 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'apprise' -__version__ = '0.8.9' +__version__ = '0.9.0' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2020 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 2a0dc5e0..d5a73185 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,16 +6,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.8.8\n" +"Project-Id-Version: apprise 0.9.0\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2020-09-02 07:46-0400\n" +"POT-Creation-Date: 2020-12-30 16:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.7.0\n" +"Generated-By: Babel 2.8.0\n" msgid "API Key" msgstr "" @@ -44,6 +44,18 @@ msgstr "" msgid "Add Tokens" msgstr "" +msgid "Alias" +msgstr "" + +msgid "App Access Token" +msgstr "" + +msgid "App ID" +msgstr "" + +msgid "App Version" +msgstr "" + msgid "Application Key" msgstr "" @@ -110,9 +122,15 @@ msgstr "" msgid "Cycles" msgstr "" +msgid "Details" +msgstr "" + msgid "Detect Bot Owner" msgstr "" +msgid "Device" +msgstr "" + msgid "Device API Key" msgstr "" @@ -134,12 +152,18 @@ msgstr "" msgid "Email" msgstr "" +msgid "Email Header" +msgstr "" + msgid "Encrypted Password" msgstr "" msgid "Encrypted Salt" msgstr "" +msgid "Entity" +msgstr "" + msgid "Event" msgstr "" @@ -191,6 +215,12 @@ msgstr "" msgid "Include Image" msgstr "" +msgid "Include Segment" +msgstr "" + +msgid "Language" +msgstr "" + msgid "Local File" msgstr "" @@ -200,6 +230,9 @@ msgstr "" msgid "Log to STDERR" msgstr "" +msgid "Master Key" +msgstr "" + msgid "Memory" msgstr "" @@ -320,6 +353,9 @@ msgstr "" msgid "Subtitle" msgstr "" +msgid "Tags" +msgstr "" + msgid "Target Channel" msgstr "" @@ -344,24 +380,39 @@ msgstr "" msgid "Target Encoded ID" msgstr "" +msgid "Target Escalation" +msgstr "" + msgid "Target JID" msgstr "" msgid "Target Phone No" msgstr "" +msgid "Target Player ID" +msgstr "" + msgid "Target Room Alias" msgstr "" msgid "Target Room ID" msgstr "" +msgid "Target Schedule" +msgstr "" + msgid "Target Short Code" msgstr "" +msgid "Target Stream" +msgstr "" + msgid "Target Tag ID" msgstr "" +msgid "Target Team" +msgstr "" + msgid "Target Topic" msgstr "" @@ -371,12 +422,21 @@ msgstr "" msgid "Targets" msgstr "" +msgid "Targets " +msgstr "" + msgid "Template" msgstr "" msgid "Template Data" msgstr "" +msgid "Template Path" +msgstr "" + +msgid "Template Tokens" +msgstr "" + msgid "Tenant Domain" msgstr "" @@ -410,6 +470,9 @@ msgstr "" msgid "Use Avatar" msgstr "" +msgid "Use Fields" +msgstr "" + msgid "User ID" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index ed31acc7..0a2a781e 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -57,7 +57,7 @@ SparkPost, Super Toasty, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.8.9 +Version: 0.9.0 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -240,6 +240,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif %changelog +* Wed Dec 30 2020 Chris Caron - 0.9.0-1 +- Updated to v0.9.0 + * Sun Oct 4 2020 Chris Caron - 0.8.9-1 - Updated to v0.8.9 diff --git a/setup.py b/setup.py index a315f7aa..a7e352be 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.8.9', + version='0.9.0', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),