bumped version to 0.7.9

pull/140/head v0.7.9
Chris Caron 5 years ago
parent 42091a9f69
commit aaca54ba45

@ -24,7 +24,7 @@
# THE SOFTWARE. # THE SOFTWARE.
__title__ = 'apprise' __title__ = 'apprise'
__version__ = '0.7.8' __version__ = '0.7.9'
__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>'

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "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"
@ -20,6 +20,9 @@ msgstr ""
msgid "API Key" msgid "API Key"
msgstr "" msgstr ""
msgid "API Secret"
msgstr ""
msgid "Access Key" msgid "Access Key"
msgstr "" msgstr ""
@ -53,12 +56,18 @@ msgstr ""
msgid "Avatar Image" msgid "Avatar Image"
msgstr "" msgstr ""
msgid "Batch Mode"
msgstr ""
msgid "Bot Name" msgid "Bot Name"
msgstr "" msgstr ""
msgid "Bot Token" msgid "Bot Token"
msgstr "" msgstr ""
msgid "Cache Results"
msgstr ""
msgid "Channels" msgid "Channels"
msgstr "" msgstr ""
@ -83,9 +92,15 @@ msgstr ""
msgid "Duration" msgid "Duration"
msgstr "" msgstr ""
msgid "Email"
msgstr ""
msgid "Events" msgid "Events"
msgstr "" msgstr ""
msgid "Expire"
msgstr ""
msgid "Footer Logo" msgid "Footer Logo"
msgstr "" msgstr ""
@ -110,6 +125,9 @@ msgstr ""
msgid "Include Image" msgid "Include Image"
msgstr "" msgstr ""
msgid "Message Mode"
msgstr ""
msgid "Modal" msgid "Modal"
msgstr "" msgstr ""
@ -119,6 +137,9 @@ msgstr ""
msgid "Organization" msgid "Organization"
msgstr "" msgstr ""
msgid "Originating Address"
msgstr ""
msgid "Overflow Mode" msgid "Overflow Mode"
msgstr "" msgstr ""
@ -146,6 +167,9 @@ msgstr ""
msgid "Remove Tokens" msgid "Remove Tokens"
msgstr "" msgstr ""
msgid "Retry"
msgstr ""
msgid "Rooms" msgid "Rooms"
msgstr "" msgstr ""
@ -176,6 +200,9 @@ msgstr ""
msgid "Target Channel" msgid "Target Channel"
msgstr "" msgstr ""
msgid "Target Channel ID"
msgstr ""
msgid "Target Chat ID" msgid "Target Chat ID"
msgstr "" msgstr ""
@ -251,9 +278,6 @@ msgstr ""
msgid "Use Avatar" msgid "Use Avatar"
msgstr "" msgstr ""
msgid "User"
msgstr ""
msgid "User Key" msgid "User Key"
msgstr "" msgstr ""
@ -290,3 +314,6 @@ msgstr ""
msgid "Y-Axis" msgid "Y-Axis"
msgstr "" msgstr ""
msgid "ttl"
msgstr ""

@ -54,7 +54,7 @@ Pushover, Rocket.Chat, Slack, Super Toasty, Stride, Techulus Push, Telegram,
Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.7.8 Version: 0.7.9
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

@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='0.7.8', version='0.7.9',
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(),

Loading…
Cancel
Save