bumped version to v0.8.0

pull/155/head v0.8.0
Chris Caron 2019-09-20 21:04:56 -04:00
parent 3b8b72f56d
commit 6aa52c37dd
4 changed files with 50 additions and 5 deletions

View File

@ -24,7 +24,7 @@
# THE SOFTWARE. # THE SOFTWARE.
__title__ = 'apprise' __title__ = 'apprise'
__version__ = '0.7.9' __version__ = '0.8.0'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'MIT' __license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -50,6 +50,9 @@ msgstr ""
msgid "Auth Token" msgid "Auth Token"
msgstr "" msgstr ""
msgid "Authentication Key"
msgstr ""
msgid "Authorization Token" msgid "Authorization Token"
msgstr "" msgstr ""
@ -59,6 +62,9 @@ msgstr ""
msgid "Batch Mode" msgid "Batch Mode"
msgstr "" msgstr ""
msgid "Blind Carbon Copy"
msgstr ""
msgid "Bot Name" msgid "Bot Name"
msgstr "" msgstr ""
@ -68,6 +74,9 @@ msgstr ""
msgid "Cache Results" msgid "Cache Results"
msgstr "" msgstr ""
msgid "Carbon Copy"
msgstr ""
msgid "Channels" msgid "Channels"
msgstr "" msgstr ""
@ -77,6 +86,9 @@ msgstr ""
msgid "Consumer Secret" msgid "Consumer Secret"
msgstr "" msgstr ""
msgid "Country"
msgstr ""
msgid "Detect Bot Owner" msgid "Detect Bot Owner"
msgstr "" msgstr ""
@ -95,6 +107,15 @@ msgstr ""
msgid "Email" msgid "Email"
msgstr "" msgstr ""
msgid "Encrypted Password"
msgstr ""
msgid "Encrypted Salt"
msgstr ""
msgid "Event"
msgstr ""
msgid "Events" msgid "Events"
msgstr "" msgstr ""
@ -173,6 +194,9 @@ msgstr ""
msgid "Rooms" msgid "Rooms"
msgstr "" msgstr ""
msgid "Route"
msgstr ""
msgid "SMTP Server" msgid "SMTP Server"
msgstr "" msgstr ""
@ -188,15 +212,27 @@ msgstr ""
msgid "Secure Mode" msgid "Secure Mode"
msgstr "" msgstr ""
msgid "Sender ID"
msgstr ""
msgid "Server Key"
msgstr ""
msgid "Server Timeout" msgid "Server Timeout"
msgstr "" msgstr ""
msgid "Sound" msgid "Sound"
msgstr "" msgstr ""
msgid "Source Email"
msgstr ""
msgid "Source JID" msgid "Source JID"
msgstr "" msgstr ""
msgid "Source Phone No"
msgstr ""
msgid "Target Channel" msgid "Target Channel"
msgstr "" msgstr ""
@ -248,6 +284,12 @@ msgstr ""
msgid "Targets" msgid "Targets"
msgstr "" msgstr ""
msgid "Template"
msgstr ""
msgid "Template Data"
msgstr ""
msgid "Text To Speech" msgid "Text To Speech"
msgstr "" msgstr ""

View File

@ -55,7 +55,7 @@ SimplePush, Slack, Super Toasty, Stride, Techulus Push, Telegram, Twilio,
Twitter, Twist, XBMC, XMPP, Webex Teams} Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.7.9 Version: 0.8.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today Summary: A simple wrapper to many popular notification services used today
License: MIT License: MIT
@ -221,6 +221,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif # with_python2 %endif # with_python2
%changelog %changelog
* Fri Sep 20 2019 Chris Caron <lead2gold@gmail.com> - 0.8.0-1
- Updated to v0.8.0
* Fri Jul 19 2019 Chris Caron <lead2gold@gmail.com> - 0.7.9-1 * Fri Jul 19 2019 Chris Caron <lead2gold@gmail.com> - 0.7.9-1
- Updated to v0.7.9 - Updated to v0.7.9

View File

@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='0.7.9', version='0.8.0',
description='Push Notifications that work with just about every platform!', description='Push Notifications that work with just about every platform!',
license='MIT', license='MIT',
long_description=open('README.md').read(), long_description=open('README.md').read(),