mirror of
https://github.com/caronc/apprise.git
synced 2025-02-18 03:01:11 +01:00
bumped version to v1.9.0
This commit is contained in:
parent
0d19db862d
commit
09cd2b6de6
@ -27,7 +27,7 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
__title__ = 'Apprise'
|
__title__ = 'Apprise'
|
||||||
__version__ = '1.8.1'
|
__version__ = '1.9.0'
|
||||||
__author__ = 'Chris Caron'
|
__author__ = 'Chris Caron'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: apprise 1.8.1\n"
|
"Project-Id-Version: apprise 1.9.0\n"
|
||||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||||
"POT-Creation-Date: 2024-07-25 18:31-0400\n"
|
"POT-Creation-Date: 2024-09-02 12:59-0400\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"
|
||||||
@ -80,6 +80,9 @@ msgstr ""
|
|||||||
msgid "App ID"
|
msgid "App ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "App Token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "App User Name"
|
msgid "App User Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -505,6 +508,9 @@ msgstr ""
|
|||||||
msgid "Payload Extras"
|
msgid "Payload Extras"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Persistent Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Port"
|
msgid "Port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -559,6 +565,9 @@ msgstr ""
|
|||||||
msgid "Resubmit Flag"
|
msgid "Resubmit Flag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Retain Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Retry"
|
msgid "Retry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -769,6 +778,9 @@ msgstr ""
|
|||||||
msgid "Target User"
|
msgid "Target User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Target User ID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Targets"
|
msgid "Targets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage, WeCom Bot,
|
|||||||
WhatsApp, Webex Teams, Workflows, WxPusher, XBMC}
|
WhatsApp, Webex Teams, Workflows, WxPusher, XBMC}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.8.1
|
Version: 1.9.0
|
||||||
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
|
||||||
@ -150,6 +150,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
|||||||
%{python3_sitelib}/%{pypi_name}/cli.*
|
%{python3_sitelib}/%{pypi_name}/cli.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 2 2024 Chris Caron <lead2gold@gmail.com> - 1.9.0
|
||||||
|
- Updated to v1.9.0
|
||||||
|
|
||||||
* Thu Jul 25 2024 Chris Caron <lead2gold@gmail.com> - 1.8.1
|
* Thu Jul 25 2024 Chris Caron <lead2gold@gmail.com> - 1.8.1
|
||||||
- Updated to v1.8.1
|
- Updated to v1.8.1
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='1.8.1',
|
version='1.9.0',
|
||||||
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