Skip to content

Commit

Permalink
bumped version to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jul 20, 2019
1 parent 42091a9 commit aaca54b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
Expand Down
37 changes: 32 additions & 5 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\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 <[email protected]>\n"
Expand All @@ -20,6 +20,9 @@ msgstr ""
msgid "API Key"
msgstr ""

msgid "API Secret"
msgstr ""

msgid "Access Key"
msgstr ""

Expand Down Expand Up @@ -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 ""

Expand All @@ -83,9 +92,15 @@ msgstr ""
msgid "Duration"
msgstr ""

msgid "Email"
msgstr ""

msgid "Events"
msgstr ""

msgid "Expire"
msgstr ""

msgid "Footer Logo"
msgstr ""

Expand All @@ -110,6 +125,9 @@ msgstr ""
msgid "Include Image"
msgstr ""

msgid "Message Mode"
msgstr ""

msgid "Modal"
msgstr ""

Expand All @@ -119,6 +137,9 @@ msgstr ""
msgid "Organization"
msgstr ""

msgid "Originating Address"
msgstr ""

msgid "Overflow Mode"
msgstr ""

Expand Down Expand Up @@ -146,6 +167,9 @@ msgstr ""
msgid "Remove Tokens"
msgstr ""

msgid "Retry"
msgstr ""

msgid "Rooms"
msgstr ""

Expand Down Expand Up @@ -176,6 +200,9 @@ msgstr ""
msgid "Target Channel"
msgstr ""

msgid "Target Channel ID"
msgstr ""

msgid "Target Chat ID"
msgstr ""

Expand Down Expand Up @@ -251,9 +278,6 @@ msgstr ""
msgid "Use Avatar"
msgstr ""

msgid "User"
msgstr ""

msgid "User Key"
msgstr ""

Expand Down Expand Up @@ -290,3 +314,6 @@ msgstr ""
msgid "Y-Axis"
msgstr ""

msgid "ttl"
msgstr ""

2 changes: 1 addition & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

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(),
Expand Down

0 comments on commit aaca54b

Please sign in to comment.