From 50c1a0d0ba0ac784b4a8fdcb6f7572274aca0e0a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 13 Apr 2024 21:10:07 -0400 Subject: [PATCH] bumped version to v1.7.6 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 22 +++++++++++++++++----- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index a136f2cc..81373c75 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -27,7 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. __title__ = 'Apprise' -__version__ = '1.7.5' +__version__ = '1.7.6' __author__ = 'Chris Caron' __license__ = 'BSD' __copywrite__ = 'Copyright (C) 2024 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index df5fd831..f6bfdbc9 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" 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" -"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" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,6 +32,9 @@ msgstr "" msgid "API Secret" msgstr "" +msgid "API Token" +msgstr "" + msgid "Access Key" msgstr "" @@ -101,9 +104,6 @@ msgstr "" msgid "Authentication Type" msgstr "" -msgid "Authorization Token" -msgstr "" - msgid "Avatar Image" msgstr "" @@ -149,6 +149,9 @@ msgstr "" msgid "Channels" msgstr "" +msgid "Chantify" +msgstr "" + msgid "Class" msgstr "" @@ -254,6 +257,9 @@ msgstr "" msgid "Facility" msgstr "" +msgid "Feishu" +msgstr "" + msgid "Fetch Method" msgstr "" @@ -383,6 +389,9 @@ msgstr "" msgid "MacOSX Notification" msgstr "" +msgid "Markdown Version" +msgstr "" + msgid "Master Key" msgstr "" @@ -517,6 +526,9 @@ msgstr "" msgid "Reply To Email" msgstr "" +msgid "Resend Delay" +msgstr "" + msgid "Resubmit Flag" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 290113b8..d54a97dc 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -54,7 +54,7 @@ Stride, Synology Chat, Syslog, Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams} Name: python-%{pypi_name} -Version: 1.7.5 +Version: 1.7.6 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: BSD @@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %{python3_sitelib}/%{pypi_name}/cli.* %changelog +* Sat Apr 13 2024 Chris Caron - 1.7.6 +- Updated to v1.7.6 + * Sat Mar 30 2024 Chris Caron - 1.7.5 - Updated to v1.7.5 diff --git a/setup.py b/setup.py index 9083fa3f..deb1c86e 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='1.7.5', + version='1.7.6', description='Push Notifications that work with just about every platform!', license='BSD', long_description=open('README.md', encoding="utf-8").read(),