mirror of
https://github.com/caronc/apprise.git
synced 2025-02-16 18:21:01 +01:00
bumped version v1.7.1
This commit is contained in:
parent
c8d9750873
commit
e1fd95ebd4
@ -27,7 +27,7 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
__title__ = 'Apprise'
|
__title__ = 'Apprise'
|
||||||
__version__ = '1.7.0'
|
__version__ = '1.7.1'
|
||||||
__author__ = 'Chris Caron'
|
__author__ = 'Chris Caron'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: apprise 1.7.0\n"
|
"Project-Id-Version: apprise 1.7.1\n"
|
||||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||||
"POT-Creation-Date: 2023-12-27 20:32-0500\n"
|
"POT-Creation-Date: 2023-12-28 14:34-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC,
|
|||||||
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
|
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple wrapper to many popular notification services used today
|
Summary: A simple wrapper to many popular notification services used today
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -195,7 +195,10 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
|||||||
%{python3_sitelib}/%{pypi_name}/cli.*
|
%{python3_sitelib}/%{pypi_name}/cli.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.7.0
|
* Thu Dec 28 2023 Chris Caron <lead2gold@gmail.com> - 1.7.1
|
||||||
|
- Updated to v1.7.1
|
||||||
|
|
||||||
|
* Wed Dec 27 2023 Chris Caron <lead2gold@gmail.com> - 1.7.0
|
||||||
- Updated to v1.7.0
|
- Updated to v1.7.0
|
||||||
|
|
||||||
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.6.0
|
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.6.0
|
||||||
|
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='1.7.0',
|
version='1.7.1',
|
||||||
description='Push Notifications that work with just about every platform!',
|
description='Push Notifications that work with just about every platform!',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
long_description=open('README.md', encoding="utf-8").read(),
|
long_description=open('README.md', encoding="utf-8").read(),
|
||||||
|
Loading…
Reference in New Issue
Block a user