From 24dcd76f039104410962e7bc268143f76df6b01b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 30 Mar 2024 10:09:06 -0400 Subject: [PATCH] bumped version to v1.7.5 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 7 +++++-- packaging/man/apprise.1.html | 2 +- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index bb18eaec..a136f2cc 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -27,7 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. __title__ = 'Apprise' -__version__ = '1.7.4' +__version__ = '1.7.5' __author__ = 'Chris Caron' __license__ = 'BSD' __copywrite__ = 'Copyright (C) 2024 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 39d7ac68..df5fd831 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 1.7.4\n" +"Project-Id-Version: apprise 1.7.5\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2024-03-09 16:41-0500\n" +"POT-Creation-Date: 2024-03-30 09:59-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -275,6 +275,9 @@ msgstr "" msgid "Forced Mime Type" msgstr "" +msgid "Free-Mobile" +msgstr "" + msgid "From Email" msgstr "" diff --git a/packaging/man/apprise.1.html b/packaging/man/apprise.1.html index 4c027ccb..a60fe6ab 100644 --- a/packaging/man/apprise.1.html +++ b/packaging/man/apprise.1.html @@ -316,7 +316,7 @@ configuration that you want and only specifically notify a subset of them:

-

Apprise is Copyright (C) 2024 Chris Caron lead2gold@gmail.com

+

Apprise is Copyright (C) 2024 Chris Caron lead2gold@gmail.com

    diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 9813240b..e698889e 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.4 +Version: 1.7.5 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 Mar 30 2024 Chris Caron - 1.7.5 +- Updated to v1.7.5 + * Sat Mar 9 2024 Chris Caron - 1.7.4 - Updated to v1.7.4 diff --git a/setup.py b/setup.py index a383d67e..d683f4e2 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='1.7.4', + version='1.7.5', description='Push Notifications that work with just about every platform!', license='BSD', long_description=open('README.md', encoding="utf-8").read(),