mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
bumped version to v1.7.6
This commit is contained in:
parent
33c756979f
commit
50c1a0d0ba
@ -27,7 +27,7 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__title__ = 'Apprise'
|
||||
__version__ = '1.7.5'
|
||||
__version__ = '1.7.6'
|
||||
__author__ = 'Chris Caron'
|
||||
__license__ = 'BSD'
|
||||
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'
|
||||
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: apprise 1.7.5\n"
|
||||
"Project-Id-Version: apprise 1.7.6\n"
|
||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||
"POT-Creation-Date: 2024-03-30 09:59-0400\n"
|
||||
"POT-Creation-Date: 2024-04-13 20:12-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -32,6 +32,9 @@ msgstr ""
|
||||
msgid "API Secret"
|
||||
msgstr ""
|
||||
|
||||
msgid "API Token"
|
||||
msgstr ""
|
||||
|
||||
msgid "Access Key"
|
||||
msgstr ""
|
||||
|
||||
@ -101,9 +104,6 @@ msgstr ""
|
||||
msgid "Authentication Type"
|
||||
msgstr ""
|
||||
|
||||
msgid "Authorization Token"
|
||||
msgstr ""
|
||||
|
||||
msgid "Avatar Image"
|
||||
msgstr ""
|
||||
|
||||
@ -149,6 +149,9 @@ msgstr ""
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Chantify"
|
||||
msgstr ""
|
||||
|
||||
msgid "Class"
|
||||
msgstr ""
|
||||
|
||||
@ -254,6 +257,9 @@ msgstr ""
|
||||
msgid "Facility"
|
||||
msgstr ""
|
||||
|
||||
msgid "Feishu"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fetch Method"
|
||||
msgstr ""
|
||||
|
||||
@ -383,6 +389,9 @@ msgstr ""
|
||||
msgid "MacOSX Notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Markdown Version"
|
||||
msgstr ""
|
||||
|
||||
msgid "Master Key"
|
||||
msgstr ""
|
||||
|
||||
@ -517,6 +526,9 @@ msgstr ""
|
||||
msgid "Reply To Email"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resend Delay"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resubmit Flag"
|
||||
msgstr ""
|
||||
|
||||
|
@ -54,7 +54,7 @@ Stride, Synology Chat, Syslog, Techulus Push, Telegram, Threema Gateway, Twilio,
|
||||
Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.7.5
|
||||
Version: 1.7.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper to many popular notification services used today
|
||||
License: BSD
|
||||
@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
||||
%{python3_sitelib}/%{pypi_name}/cli.*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 13 2024 Chris Caron <lead2gold@gmail.com> - 1.7.6
|
||||
- Updated to v1.7.6
|
||||
|
||||
* Sat Mar 30 2024 Chris Caron <lead2gold@gmail.com> - 1.7.5
|
||||
- Updated to v1.7.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user