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 <[email protected]>
3+
Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>'
32+
__license__ = 'BSD 2-Clause'
33+
__copywrite__ = 'Copyright (C) 2025 Chris Caron <[email protected]>'
3434
__email__ = '[email protected]'
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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 <[email protected]>
5+
# Copyright (c) 2025, Chris Caron <[email protected]>
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)