Skip to content

Commit a2a2216

Browse files
committed
bumped version to v1.9.2
1 parent d6eb98f commit a2a2216

File tree

319 files changed

+341
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+341
-338
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
3+
Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

apprise/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:
@@ -27,10 +27,10 @@
2727
# POSSIBILITY OF SUCH DAMAGE.
2828

2929
__title__ = 'Apprise'
30-
__version__ = '1.9.1'
30+
__version__ = '1.9.2'
3131
__author__ = 'Chris Caron'
32-
__license__ = 'BSD'
33-
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'
32+
__license__ = 'BSD 2-Clause'
33+
__copywrite__ = 'Copyright (C) 2025 Chris Caron <lead2gold@gmail.com>'
3434
__email__ = 'lead2gold@gmail.com'
3535
__status__ = 'Production'
3636

apprise/apprise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/apprise_attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/apprise_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/asset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/attachment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/attachment/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/attachment/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/attachment/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/attachment/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:
@@ -311,7 +311,7 @@ def format_help(self, ctx, formatter):
311311

312312
else: # pragma: no cover
313313
# Note: no branch is set intentionally since this is not
314-
# tested since in 2024.08.13 when this was set up
314+
# tested since in 2025.08.13 when this was set up
315315
# it never entered this area of the code. But we
316316
# know it works because we repeat this process with
317317
# our sub-options below

apprise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/config/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/config/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/config/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/config/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/decorators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/decorators/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/decorators/notify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/emojis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/i18n/apprise.pot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Translations template for apprise.
2-
# Copyright (C) 2024 Chris Caron
2+
# Copyright (C) 2025 Chris Caron
33
# This file is distributed under the same license as the apprise project.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: apprise 1.9.1\n"
9+
"Project-Id-Version: apprise 1.9.2\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2024-12-17 19:32-0500\n"
11+
"POT-Creation-Date: 2025-01-08 21:02-0500\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"
@@ -158,13 +158,13 @@ msgstr ""
158158
msgid "Category"
159159
msgstr ""
160160

161-
msgid "Channel ID"
161+
msgid "Chanify"
162162
msgstr ""
163163

164-
msgid "Channels"
164+
msgid "Channel ID"
165165
msgstr ""
166166

167-
msgid "Chantify"
167+
msgid "Channels"
168168
msgstr ""
169169

170170
msgid "Class"

apprise/locale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/manager_attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/manager_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/manager_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/persistent_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>
3+
# Copyright (C) 2025 Chris Caron <lead2gold@gmail.com>
44
# All rights reserved.
55
#
66
# This code is licensed under the MIT License.

apprise/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/plugins/africas_talking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/plugins/apprise_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/plugins/aprs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/plugins/bark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/plugins/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

apprise/plugins/bulksms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BSD 2-Clause License
33
#
44
# Apprise - Push Notification Library.
5-
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
5+
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
66
#
77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)