Skip to content

Commit 38eecaa

Browse files
committed
bumped version to v1.9.3
1 parent 3151877 commit 38eecaa

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

apprise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# POSSIBILITY OF SUCH DAMAGE.
2828

2929
__title__ = 'Apprise'
30-
__version__ = '1.9.2'
30+
__version__ = '1.9.3'
3131
__author__ = 'Chris Caron'
3232
__license__ = 'BSD 2-Clause'
3333
__copywrite__ = 'Copyright (C) 2025 Chris Caron <lead2gold@gmail.com>'

apprise/i18n/apprise.pot

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: apprise 1.9.2\n"
9+
"Project-Id-Version: apprise 1.9.3\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2025-01-08 21:02-0500\n"
11+
"POT-Creation-Date: 2025-03-30 15:32-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.16.0\n"
18+
"Generated-By: Babel 2.17.0\n"
1919

2020
msgid "A local Gnome environment is required."
2121
msgstr ""
@@ -392,6 +392,9 @@ msgstr ""
392392
msgid "Kind"
393393
msgstr ""
394394

395+
msgid "Label"
396+
msgstr ""
397+
395398
msgid "Language"
396399
msgstr ""
397400

packaging/man/apprise.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.9.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3-
.TH "APPRISE" "1" "January 2025" "Chris Caron <lead2gold@gmail.com>"
3+
.TH "APPRISE" "1" "February 2025" "Chris Caron <lead2gold@gmail.com>"
44
.SH "NAME"
55
\fBapprise\fR \- Push Notifications that work with just about every platform!
66
.SH "SYNOPSIS"

packaging/man/apprise.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packaging/redhat/python-apprise.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BSD 2-Clause License
1+
# BSD 3-Clause License
22
#
33
# Apprise - Push Notification Library.
44
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
@@ -55,7 +55,7 @@ Telegram, Threema Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage,
5555
WeCom Bot, WhatsApp, Webex Teams, Workflows, WxPusher, XBMC}
5656

5757
Name: python-%{pypi_name}
58-
Version: 1.9.2
58+
Version: 1.9.3
5959
Release: 1%{?dist}
6060
Summary: A simple wrapper to many popular notification services used today
6161
License: BSD-2-Clause
@@ -149,6 +149,12 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
149149
%{python3_sitelib}/%{pypi_name}/cli.*
150150

151151
%changelog
152+
* Sun Mar 30 2025 Chris Caron <lead2gold@gmail.com> - 1.9.3
153+
- Updated to v1.9.3
154+
155+
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
156+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
157+
152158
* Wed Jan 8 2025 Chris Caron <lead2gold@gmail.com> - 1.9.2
153159
- Updated to v1.9.2
154160

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
setup(
6565
name='apprise',
66-
version='1.9.2',
66+
version='1.9.3',
6767
description='Push Notifications that work with just about every platform!',
6868
license='BSD 2-Clause',
6969
long_description=open('README.md', encoding="utf-8").read(),

0 commit comments

Comments
 (0)