bumped version to v1.7.6

This commit is contained in:
Chris Caron 2024-04-13 21:10:07 -04:00
parent 33c756979f
commit 50c1a0d0ba
4 changed files with 23 additions and 8 deletions

View File

@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '1.7.5' __version__ = '1.7.6'
__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,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 1.7.5\n" "Project-Id-Version: apprise 1.7.6\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2024-03-30 09:59-0400\n" "POT-Creation-Date: 2024-04-13 20:12-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"
@ -32,6 +32,9 @@ msgstr ""
msgid "API Secret" msgid "API Secret"
msgstr "" msgstr ""
msgid "API Token"
msgstr ""
msgid "Access Key" msgid "Access Key"
msgstr "" msgstr ""
@ -101,9 +104,6 @@ msgstr ""
msgid "Authentication Type" msgid "Authentication Type"
msgstr "" msgstr ""
msgid "Authorization Token"
msgstr ""
msgid "Avatar Image" msgid "Avatar Image"
msgstr "" msgstr ""
@ -149,6 +149,9 @@ msgstr ""
msgid "Channels" msgid "Channels"
msgstr "" msgstr ""
msgid "Chantify"
msgstr ""
msgid "Class" msgid "Class"
msgstr "" msgstr ""
@ -254,6 +257,9 @@ msgstr ""
msgid "Facility" msgid "Facility"
msgstr "" msgstr ""
msgid "Feishu"
msgstr ""
msgid "Fetch Method" msgid "Fetch Method"
msgstr "" msgstr ""
@ -383,6 +389,9 @@ msgstr ""
msgid "MacOSX Notification" msgid "MacOSX Notification"
msgstr "" msgstr ""
msgid "Markdown Version"
msgstr ""
msgid "Master Key" msgid "Master Key"
msgstr "" msgstr ""
@ -517,6 +526,9 @@ msgstr ""
msgid "Reply To Email" msgid "Reply To Email"
msgstr "" msgstr ""
msgid "Resend Delay"
msgstr ""
msgid "Resubmit Flag" msgid "Resubmit Flag"
msgstr "" msgstr ""

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.5 Version: 1.7.6
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 Apr 13 2024 Chris Caron <lead2gold@gmail.com> - 1.7.6
- Updated to v1.7.6
* Sat Mar 30 2024 Chris Caron <lead2gold@gmail.com> - 1.7.5 * Sat Mar 30 2024 Chris Caron <lead2gold@gmail.com> - 1.7.5
- Updated to v1.7.5 - Updated to v1.7.5

View File

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