From 38eecaa9a59dbf52feb1491f10941af95ccaf03f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 30 Mar 2025 15:47:12 -0400 Subject: [PATCH] bumped version to v1.9.3 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 9 ++++++--- packaging/man/apprise.1 | 2 +- packaging/man/apprise.1.html | 2 +- packaging/redhat/python-apprise.spec | 10 ++++++++-- setup.py | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index e9f49653..ae7d0abf 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -27,7 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. __title__ = 'Apprise' -__version__ = '1.9.2' +__version__ = '1.9.3' __author__ = 'Chris Caron' __license__ = 'BSD 2-Clause' __copywrite__ = 'Copyright (C) 2025 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index d770c59b..97cc958e 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,16 +6,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 1.9.2\n" +"Project-Id-Version: apprise 1.9.3\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2025-01-08 21:02-0500\n" +"POT-Creation-Date: 2025-03-30 15:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.16.0\n" +"Generated-By: Babel 2.17.0\n" msgid "A local Gnome environment is required." msgstr "" @@ -392,6 +392,9 @@ msgstr "" msgid "Kind" msgstr "" +msgid "Label" +msgstr "" + msgid "Language" msgstr "" diff --git a/packaging/man/apprise.1 b/packaging/man/apprise.1 index 9b1cc5e8..93857d28 100644 --- a/packaging/man/apprise.1 +++ b/packaging/man/apprise.1 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "APPRISE" "1" "January 2025" "Chris Caron " +.TH "APPRISE" "1" "February 2025" "Chris Caron " .SH "NAME" \fBapprise\fR \- Push Notifications that work with just about every platform! .SH "SYNOPSIS" diff --git a/packaging/man/apprise.1.html b/packaging/man/apprise.1.html index f0d844ed..b63e0b10 100644 --- a/packaging/man/apprise.1.html +++ b/packaging/man/apprise.1.html @@ -420,7 +420,7 @@ configuration that you want and only specifically notify a subset of them:

  1. Chris Caron <lead2gold@gmail.com>
  2. -
  3. January 2025
  4. +
  5. February 2025
  6. apprise(1)
diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 79bfb60c..5822760c 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -1,4 +1,4 @@ -# BSD 2-Clause License +# BSD 3-Clause License # # Apprise - Push Notification Library. # Copyright (c) 2025, Chris Caron @@ -55,7 +55,7 @@ Telegram, Threema Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams, Workflows, WxPusher, XBMC} Name: python-%{pypi_name} -Version: 1.9.2 +Version: 1.9.3 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: BSD-2-Clause @@ -149,6 +149,12 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %{python3_sitelib}/%{pypi_name}/cli.* %changelog +* Sun Mar 30 2025 Chris Caron - 1.9.3 +- Updated to v1.9.3 + +* Sat Jan 18 2025 Fedora Release Engineering - 1.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jan 8 2025 Chris Caron - 1.9.2 - Updated to v1.9.2 diff --git a/setup.py b/setup.py index f5e5dae8..bb2ec82e 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ else: setup( name='apprise', - version='1.9.2', + version='1.9.3', description='Push Notifications that work with just about every platform!', license='BSD 2-Clause', long_description=open('README.md', encoding="utf-8").read(),