bumped version to v1.6.0

pull/987/head v1.6.0
Chris Caron 2023-10-15 16:11:15 -04:00
parent bd28bf9651
commit 0c0d5da624
4 changed files with 27 additions and 8 deletions

View File

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

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 1.5.0\n" "Project-Id-Version: apprise 1.6.0\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2023-08-27 13:09-0400\n" "POT-Creation-Date: 2023-10-15 15:56-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"
@ -212,6 +212,9 @@ msgstr ""
msgid "Device Name" msgid "Device Name"
msgstr "" msgstr ""
msgid "Discord Event ID"
msgstr ""
msgid "Display Footer" msgid "Display Footer"
msgstr "" msgstr ""
@ -439,6 +442,12 @@ msgstr ""
msgid "Payload Extras" msgid "Payload Extras"
msgstr "" msgstr ""
msgid "Ping Discord Role"
msgstr ""
msgid "Ping Discord User"
msgstr ""
msgid "Port" msgid "Port"
msgstr "" msgstr ""
@ -490,9 +499,6 @@ msgstr ""
msgid "Room ID" msgid "Room ID"
msgstr "" msgstr ""
msgid "Route"
msgstr ""
msgid "Route Group" msgid "Route Group"
msgstr "" msgstr ""
@ -538,6 +544,9 @@ msgstr ""
msgid "Severity" msgid "Severity"
msgstr "" msgstr ""
msgid "Short URL"
msgstr ""
msgid "Show Status" msgid "Show Status"
msgstr "" msgstr ""
@ -673,6 +682,9 @@ msgstr ""
msgid "Template Data" msgid "Template Data"
msgstr "" msgstr ""
msgid "Template ID"
msgstr ""
msgid "Template Mapping" msgid "Template Mapping"
msgstr "" msgstr ""
@ -736,6 +748,9 @@ msgstr ""
msgid "URL" msgid "URL"
msgstr "" msgstr ""
msgid "URL Prefix"
msgstr ""
msgid "URL Title" msgid "URL Title"
msgstr "" msgstr ""

View File

@ -53,7 +53,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist,
XBMC, Voipms, Vonage, WhatsApp, Webex Teams} XBMC, Voipms, Vonage, WhatsApp, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.5.0 Version: 1.6.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
@ -194,8 +194,12 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%{python3_sitelib}/%{pypi_name}/cli.* %{python3_sitelib}/%{pypi_name}/cli.*
%changelog %changelog
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.6.0
- Updated to v1.6.0
* Sun Aug 27 2023 Chris Caron <lead2gold@gmail.com> - 1.5.0 * Sun Aug 27 2023 Chris Caron <lead2gold@gmail.com> - 1.5.0
- Updated to v1.5.0 - Updated to v1.5.0
- apprise-fedora-rpm-testcase-handling.patch added for test handling
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

View File

@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='1.5.0', version='1.6.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(),