Skip to content

Commit

Permalink
bumped version to v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jun 13, 2020
1 parent 4aa00f3 commit d4b83a3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 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.8.5'
__version__ = '0.8.6'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2020 Chris Caron <lead2gold@gmail.com>'
Expand Down
21 changes: 18 additions & 3 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand All @@ -35,6 +35,9 @@ msgstr ""
msgid "Access Token"
msgstr ""

msgid "Account Email"
msgstr ""

msgid "Account SID"
msgstr ""

Expand All @@ -59,6 +62,9 @@ msgstr ""
msgid "Avatar Image"
msgstr ""

msgid "Avatar URL"
msgstr ""

msgid "Batch Mode"
msgstr ""

Expand All @@ -83,6 +89,12 @@ msgstr ""
msgid "Channels"
msgstr ""

msgid "Client ID"
msgstr ""

msgid "Client Secret"
msgstr ""

msgid "Consumer Key"
msgstr ""

Expand Down Expand Up @@ -338,6 +350,9 @@ msgstr ""
msgid "Template Data"
msgstr ""

msgid "Tenant Domain"
msgstr ""

msgid "Text To Speech"
msgstr ""

Expand Down
5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

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.8.5',
version='0.8.6',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
Expand Down

0 comments on commit d4b83a3

Please sign in to comment.