From e1fd95ebd40097eba2bec384fe3b931b2426578a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 28 Dec 2023 14:42:08 -0500 Subject: [PATCH] bumped version v1.7.1 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 4 ++-- packaging/redhat/python-apprise.spec | 7 +++++-- setup.py | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 8924df3d..dac20358 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -27,7 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. __title__ = 'Apprise' -__version__ = '1.7.0' +__version__ = '1.7.1' __author__ = 'Chris Caron' __license__ = 'BSD' __copywrite__ = 'Copyright (C) 2023 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 0f8f9111..442c23f5 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 1.7.0\n" +"Project-Id-Version: apprise 1.7.1\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2023-12-27 20:32-0500\n" +"POT-Creation-Date: 2023-12-28 14:34-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 92d8caae..c73d26ac 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams} Name: python-%{pypi_name} -Version: 1.7.0 +Version: 1.7.1 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: BSD @@ -195,7 +195,10 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %{python3_sitelib}/%{pypi_name}/cli.* %changelog -* Sun Oct 15 2023 Chris Caron - 1.7.0 +* Thu Dec 28 2023 Chris Caron - 1.7.1 +- Updated to v1.7.1 + +* Wed Dec 27 2023 Chris Caron - 1.7.0 - Updated to v1.7.0 * Sun Oct 15 2023 Chris Caron - 1.6.0 diff --git a/setup.py b/setup.py index 08d6d4b6..481d123e 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='1.7.0', + version='1.7.1', description='Push Notifications that work with just about every platform!', license='BSD', long_description=open('README.md', encoding="utf-8").read(),