diff --git a/apprise/__init__.py b/apprise/__init__.py index 055a2369..33aa9343 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'apprise' -__version__ = '0.7.9' +__version__ = '0.8.0' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2019 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 0f0403ba..2c67cfc7 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.7.9\n" +"Project-Id-Version: apprise 0.8.0\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2019-07-19 22:54-0400\n" +"POT-Creation-Date: 2019-09-20 21:05-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -50,6 +50,9 @@ msgstr "" msgid "Auth Token" msgstr "" +msgid "Authentication Key" +msgstr "" + msgid "Authorization Token" msgstr "" @@ -59,6 +62,9 @@ msgstr "" msgid "Batch Mode" msgstr "" +msgid "Blind Carbon Copy" +msgstr "" + msgid "Bot Name" msgstr "" @@ -68,6 +74,9 @@ msgstr "" msgid "Cache Results" msgstr "" +msgid "Carbon Copy" +msgstr "" + msgid "Channels" msgstr "" @@ -77,6 +86,9 @@ msgstr "" msgid "Consumer Secret" msgstr "" +msgid "Country" +msgstr "" + msgid "Detect Bot Owner" msgstr "" @@ -95,6 +107,15 @@ msgstr "" msgid "Email" msgstr "" +msgid "Encrypted Password" +msgstr "" + +msgid "Encrypted Salt" +msgstr "" + +msgid "Event" +msgstr "" + msgid "Events" msgstr "" @@ -173,6 +194,9 @@ msgstr "" msgid "Rooms" msgstr "" +msgid "Route" +msgstr "" + msgid "SMTP Server" msgstr "" @@ -188,15 +212,27 @@ msgstr "" msgid "Secure Mode" msgstr "" +msgid "Sender ID" +msgstr "" + +msgid "Server Key" +msgstr "" + msgid "Server Timeout" msgstr "" msgid "Sound" msgstr "" +msgid "Source Email" +msgstr "" + msgid "Source JID" msgstr "" +msgid "Source Phone No" +msgstr "" + msgid "Target Channel" msgstr "" @@ -248,6 +284,12 @@ msgstr "" msgid "Targets" msgstr "" +msgid "Template" +msgstr "" + +msgid "Template Data" +msgstr "" + msgid "Text To Speech" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 4f240f4f..89e50b4c 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -55,7 +55,7 @@ SimplePush, Slack, Super Toasty, Stride, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.7.9 +Version: 0.8.0 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -221,6 +221,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif # with_python2 %changelog +* Fri Sep 20 2019 Chris Caron - 0.8.0-1 +- Updated to v0.8.0 + * Fri Jul 19 2019 Chris Caron - 0.7.9-1 - Updated to v0.7.9 diff --git a/setup.py b/setup.py index ba5acccf..a9b06baf 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.7.9', + version='0.8.0', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),