Bumped version to v1.7.2

This commit is contained in:
Chris Caron
2024-01-27 15:35:11 -05:00
parent f46fe02ed7
commit 3cd5895004
283 changed files with 740 additions and 309 deletions

View File

@@ -2,7 +2,7 @@
# BSD 2-Clause License
#
# Apprise - Push Notification Library.
# Copyright (c) 2023, Chris Caron <lead2gold@gmail.com>
# Copyright (c) 2024, 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:
@@ -62,7 +62,7 @@ else:
setup(
name='apprise',
version='1.7.1',
version='1.7.2',
description='Push Notifications that work with just about every platform!',
license='BSD',
long_description=open('README.md', encoding="utf-8").read(),