bumped version to v1.8.0

This commit is contained in:
Chris Caron 2024-05-11 16:25:58 -04:00
parent fa2d338568
commit 9d98347dcb
6 changed files with 16 additions and 7 deletions

View File

@ -33,3 +33,9 @@ The contributors have been listed in chronological order:
* Kate Ward <https://kate.pet> * Kate Ward <https://kate.pet>
* 6th Feb 2024 - Add Revolt Support * 6th Feb 2024 - Add Revolt Support
* Han Wang <freddie.wanah@gmail.com>
* Apr 2024 - Refactored test cases
* Toni Wells <@isometimescode>
* May 2024 - Fixed token length with apprise://

View File

@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '1.7.6' __version__ = '1.8.0'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'BSD' __license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,16 +6,16 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 1.7.6\n" "Project-Id-Version: apprise 1.8.0\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2024-04-13 20:12-0400\n" "POT-Creation-Date: 2024-05-11 16:13-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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n" "Generated-By: Babel 2.13.1\n"
msgid "A local Gnome environment is required." msgid "A local Gnome environment is required."
msgstr "" msgstr ""

View File

@ -316,7 +316,7 @@ configuration that you want and only specifically notify a subset of them:</p>
<h2 id="COPYRIGHT">COPYRIGHT</h2> <h2 id="COPYRIGHT">COPYRIGHT</h2>
<p>Apprise is Copyright (C) 2024 Chris Caron <a href="&#x6d;&#97;&#x69;&#108;&#x74;&#x6f;&#58;&#x6c;&#x65;&#97;&#x64;&#x32;&#103;&#x6f;&#108;&#x64;&#x40;&#x67;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#x63;&#111;&#109;" data-bare-link="true">&#x6c;&#101;&#x61;&#x64;&#50;&#103;&#x6f;&#108;&#x64;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#x2e;&#99;&#111;&#109;</a></p> <p>Apprise is Copyright (C) 2024 Chris Caron <a href="&#x6d;&#97;&#x69;&#108;&#x74;&#x6f;&#58;&#108;&#101;&#97;&#100;&#x32;&#x67;&#x6f;&#108;&#100;&#64;&#x67;&#109;&#x61;&#105;&#x6c;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#108;&#x65;&#97;&#100;&#50;&#x67;&#111;&#x6c;&#x64;&#x40;&#103;&#x6d;&#x61;&#x69;&#x6c;&#46;&#99;&#111;&#x6d;</a></p>
<ol class='man-decor man-foot man foot'> <ol class='man-decor man-foot man foot'>

View File

@ -54,7 +54,7 @@ Stride, Synology Chat, Syslog, Techulus Push, Telegram, Threema Gateway, Twilio,
Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams} Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.7.6 Version: 1.8.0
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: BSD License: BSD
@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%{python3_sitelib}/%{pypi_name}/cli.* %{python3_sitelib}/%{pypi_name}/cli.*
%changelog %changelog
* Sat May 11 2024 Chris Caron <lead2gold@gmail.com> - 1.8.0
- Updated to v1.8.0
* Sat Apr 13 2024 Chris Caron <lead2gold@gmail.com> - 1.7.6 * Sat Apr 13 2024 Chris Caron <lead2gold@gmail.com> - 1.7.6
- Updated to v1.7.6 - Updated to v1.7.6

View File

@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='1.7.6', version='1.8.0',
description='Push Notifications that work with just about every platform!', description='Push Notifications that work with just about every platform!',
license='BSD', license='BSD',
long_description=open('README.md', encoding="utf-8").read(), long_description=open('README.md', encoding="utf-8").read(),