bumped version to v1.9.2

This commit is contained in:
Chris Caron
2025-01-08 21:11:44 -05:00
parent d6eb98ffa0
commit a2a2216c46
319 changed files with 341 additions and 338 deletions

View File

@ -3,7 +3,7 @@
# BSD 2-Clause License
#
# Apprise - Push Notification Library.
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@ -63,9 +63,9 @@ else:
setup(
name='apprise',
version='1.9.1',
version='1.9.2',
description='Push Notifications that work with just about every platform!',
license='BSD',
license='BSD 2-Clause',
long_description=open('README.md', encoding="utf-8").read(),
long_description_content_type='text/markdown',
cmdclass=cmdclass,