From d4b83a39da19ab367cda3d69be2230fbf3e4637f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 13 Jun 2020 10:58:39 -0400 Subject: [PATCH] bumped version to v0.8.6 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 21 ++++++++++++++++++--- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 63da23f8..f7959163 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'apprise' -__version__ = '0.8.5' +__version__ = '0.8.6' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2020 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index ea3fdfad..0c03a405 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,16 +6,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.8.5\n" +"Project-Id-Version: apprise 0.8.6\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2020-03-30 16:00-0400\n" +"POT-Creation-Date: 2020-06-13 10:55-0400\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.8.0\n" +"Generated-By: Babel 2.7.0\n" msgid "API Key" msgstr "" @@ -35,6 +35,9 @@ msgstr "" msgid "Access Token" msgstr "" +msgid "Account Email" +msgstr "" + msgid "Account SID" msgstr "" @@ -59,6 +62,9 @@ msgstr "" msgid "Avatar Image" msgstr "" +msgid "Avatar URL" +msgstr "" + msgid "Batch Mode" msgstr "" @@ -83,6 +89,12 @@ msgstr "" msgid "Channels" msgstr "" +msgid "Client ID" +msgstr "" + +msgid "Client Secret" +msgstr "" + msgid "Consumer Key" msgstr "" @@ -338,6 +350,9 @@ msgstr "" msgid "Template Data" msgstr "" +msgid "Tenant Domain" +msgstr "" + msgid "Text To Speech" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index ebaa47a6..58f55d91 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -56,7 +56,7 @@ Super Toasty, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.8.5 +Version: 0.8.6 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -222,6 +222,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif %changelog +* Sat Jun 13 2020 Chris Caron - 0.8.6-1 +- Updated to v0.8.6 + * Mon Mar 30 2020 Chris Caron - 0.8.5-1 - Updated to v0.8.5 diff --git a/setup.py b/setup.py index ca572e40..8449a05e 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.8.5', + version='0.8.6', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),