bumped version to v1.9.3

This commit is contained in:
Chris Caron 2025-03-30 15:47:12 -04:00
parent 3151877488
commit 38eecaa9a5
6 changed files with 18 additions and 9 deletions

View File

@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '1.9.2' __version__ = '1.9.3'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'BSD 2-Clause' __license__ = 'BSD 2-Clause'
__copywrite__ = 'Copyright (C) 2025 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2025 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,16 +6,16 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\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." msgid "A local Gnome environment is required."
msgstr "" msgstr ""
@ -392,6 +392,9 @@ msgstr ""
msgid "Kind" msgid "Kind"
msgstr "" msgstr ""
msgid "Label"
msgstr ""
msgid "Language" msgid "Language"
msgstr "" msgstr ""

View File

@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.9.1 .\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "APPRISE" "1" "January 2025" "Chris Caron <lead2gold@gmail.com>" .TH "APPRISE" "1" "February 2025" "Chris Caron <lead2gold@gmail.com>"
.SH "NAME" .SH "NAME"
\fBapprise\fR \- Push Notifications that work with just about every platform! \fBapprise\fR \- Push Notifications that work with just about every platform!
.SH "SYNOPSIS" .SH "SYNOPSIS"

View File

@ -420,7 +420,7 @@ configuration that you want and only specifically notify a subset of them:</p>
<ol class='man-decor man-foot man foot'> <ol class='man-decor man-foot man foot'>
<li class='tl'>Chris Caron &lt;lead2gold@gmail.com&gt;</li> <li class='tl'>Chris Caron &lt;lead2gold@gmail.com&gt;</li>
<li class='tc'>January 2025</li> <li class='tc'>February 2025</li>
<li class='tr'>apprise(1)</li> <li class='tr'>apprise(1)</li>
</ol> </ol>

View File

@ -1,4 +1,4 @@
# BSD 2-Clause License # BSD 3-Clause License
# #
# Apprise - Push Notification Library. # Apprise - Push Notification Library.
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com> # Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
@ -55,7 +55,7 @@ Telegram, Threema Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage,
WeCom Bot, WhatsApp, Webex Teams, Workflows, WxPusher, XBMC} WeCom Bot, WhatsApp, Webex Teams, Workflows, WxPusher, XBMC}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.9.2 Version: 1.9.3
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-2-Clause 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.* %{python3_sitelib}/%{pypi_name}/cli.*
%changelog %changelog
* Sun Mar 30 2025 Chris Caron <lead2gold@gmail.com> - 1.9.3
- Updated to v1.9.3
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jan 8 2025 Chris Caron <lead2gold@gmail.com> - 1.9.2 * Wed Jan 8 2025 Chris Caron <lead2gold@gmail.com> - 1.9.2
- Updated to v1.9.2 - Updated to v1.9.2

View File

@ -63,7 +63,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='1.9.2', version='1.9.3',
description='Push Notifications that work with just about every platform!', description='Push Notifications that work with just about every platform!',
license='BSD 2-Clause', license='BSD 2-Clause',
long_description=open('README.md', encoding="utf-8").read(), long_description=open('README.md', encoding="utf-8").read(),