bumped version to 0.7.9

pull/140/head v0.7.9
Chris Caron 2019-07-19 22:56:17 -04:00
parent 42091a9f69
commit aaca54ba45
4 changed files with 35 additions and 8 deletions

View File

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

View File

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

View File

@ -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

View File

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