From aaca54ba45b5528c6b19af4fbcde2b4c3509ee23 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 19 Jul 2019 22:56:17 -0400 Subject: [PATCH] bumped version to 0.7.9 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 37 ++++++++++++++++++++++++---- packaging/redhat/python-apprise.spec | 2 +- setup.py | 2 +- 4 files changed, 35 insertions(+), 8 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 04f53b75..055a2369 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'apprise' -__version__ = '0.7.8' +__version__ = '0.7.9' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2019 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index b521b7cb..0f0403ba 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.7.8\n" +"Project-Id-Version: apprise 0.7.9\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2019-06-06 12:49-0400\n" +"POT-Creation-Date: 2019-07-19 22:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,6 +20,9 @@ msgstr "" msgid "API Key" msgstr "" +msgid "API Secret" +msgstr "" + msgid "Access Key" msgstr "" @@ -53,12 +56,18 @@ msgstr "" msgid "Avatar Image" msgstr "" +msgid "Batch Mode" +msgstr "" + msgid "Bot Name" msgstr "" msgid "Bot Token" msgstr "" +msgid "Cache Results" +msgstr "" + msgid "Channels" msgstr "" @@ -83,9 +92,15 @@ msgstr "" msgid "Duration" msgstr "" +msgid "Email" +msgstr "" + msgid "Events" msgstr "" +msgid "Expire" +msgstr "" + msgid "Footer Logo" msgstr "" @@ -110,6 +125,9 @@ msgstr "" msgid "Include Image" msgstr "" +msgid "Message Mode" +msgstr "" + msgid "Modal" msgstr "" @@ -119,6 +137,9 @@ msgstr "" msgid "Organization" msgstr "" +msgid "Originating Address" +msgstr "" + msgid "Overflow Mode" msgstr "" @@ -146,6 +167,9 @@ msgstr "" msgid "Remove Tokens" msgstr "" +msgid "Retry" +msgstr "" + msgid "Rooms" msgstr "" @@ -176,6 +200,9 @@ msgstr "" msgid "Target Channel" msgstr "" +msgid "Target Channel ID" +msgstr "" + msgid "Target Chat ID" msgstr "" @@ -251,9 +278,6 @@ msgstr "" msgid "Use Avatar" msgstr "" -msgid "User" -msgstr "" - msgid "User Key" msgstr "" @@ -290,3 +314,6 @@ msgstr "" msgid "Y-Axis" msgstr "" +msgid "ttl" +msgstr "" + diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 37781ebd..b6a0e125 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -54,7 +54,7 @@ Pushover, Rocket.Chat, Slack, Super Toasty, Stride, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.7.8 +Version: 0.7.9 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT diff --git a/setup.py b/setup.py index 286ea63c..4a8417f2 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.7.8', + version='0.7.9', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),