bumped version to v0.8.6

This commit is contained in:
Chris Caron 2020-06-13 10:58:39 -04:00
parent 4aa00f3704
commit d4b83a39da
4 changed files with 24 additions and 6 deletions

View File

@ -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 <lead2gold@gmail.com>'

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

View File

@ -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 <lead2gold@gmail.com> - 0.8.6-1
- Updated to v0.8.6
* Mon Mar 30 2020 Chris Caron <lead2gold@gmail.com> - 0.8.5-1
- Updated to v0.8.5

View File

@ -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(),