From 43a2c7b17c85a39fcf4d6e76e6d53cdc956ea7d8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 6 Jun 2019 13:19:49 -0400 Subject: [PATCH] bumped version to v0.7.8 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 9 ++++++--- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 918c3050..04f53b75 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'apprise' -__version__ = '0.7.7' +__version__ = '0.7.8' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2019 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 9e98309c..b521b7cb 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,16 +6,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.7.6\n" +"Project-Id-Version: apprise 0.7.8\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2019-05-28 16:56-0400\n" +"POT-Creation-Date: 2019-06-06 12:49-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Generated-By: Babel 2.7.0\n" msgid "API Key" msgstr "" @@ -125,6 +125,9 @@ msgstr "" msgid "Password" msgstr "" +msgid "Path" +msgstr "" + msgid "Port" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 0720afd8..b2c592e2 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -54,7 +54,7 @@ Pushover, Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twilio, Twitter, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.7.7 +Version: 0.7.8 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -228,6 +228,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif # with_python2 %changelog +* Thu Jun 6 2019 Chris Caron - 0.7.8-1 +- Updated to v0.7.8 + * Fri May 31 2019 Chris Caron - 0.7.7-1 - Updated to v0.7.7 diff --git a/setup.py b/setup.py index fcf61273..ecb79099 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.7.7', + version='0.7.8', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),