mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 15:43:27 +01:00
bumped version to v1.7.0
This commit is contained in:
parent
d6e0d2ee07
commit
c47de7fc73
@ -27,7 +27,7 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__title__ = 'Apprise'
|
||||
__version__ = '1.6.0'
|
||||
__version__ = '1.7.0'
|
||||
__author__ = 'Chris Caron'
|
||||
__license__ = 'BSD'
|
||||
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'
|
||||
|
@ -6,16 +6,16 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: apprise 1.6.0\n"
|
||||
"Project-Id-Version: apprise 1.7.0\n"
|
||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||
"POT-Creation-Date: 2023-10-15 15:56-0400\n"
|
||||
"POT-Creation-Date: 2023-12-27 20:32-0500\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.11.0\n"
|
||||
"Generated-By: Babel 2.12.1\n"
|
||||
|
||||
msgid "A local Gnome environment is required."
|
||||
msgstr ""
|
||||
@ -125,6 +125,9 @@ msgstr ""
|
||||
msgid "Bot Token"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bot Webhook Key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cache Age"
|
||||
msgstr ""
|
||||
|
||||
@ -281,6 +284,12 @@ msgstr ""
|
||||
msgid "GET Params"
|
||||
msgstr ""
|
||||
|
||||
msgid "Gateway"
|
||||
msgstr ""
|
||||
|
||||
msgid "Gateway ID"
|
||||
msgstr ""
|
||||
|
||||
msgid "Gnome Notification"
|
||||
msgstr ""
|
||||
|
||||
@ -323,6 +332,9 @@ msgstr ""
|
||||
msgid "Integration Key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Interpret Emojis"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is Ad?"
|
||||
msgstr ""
|
||||
|
||||
@ -344,6 +356,9 @@ msgstr ""
|
||||
msgid "Local File"
|
||||
msgstr ""
|
||||
|
||||
msgid "Locale"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log PID"
|
||||
msgstr ""
|
||||
|
||||
@ -661,6 +676,9 @@ msgstr ""
|
||||
msgid "Target Team"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target Threema ID"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target Topic"
|
||||
msgstr ""
|
||||
|
||||
@ -757,6 +775,9 @@ msgstr ""
|
||||
msgid "Unicode Characters"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Urgency"
|
||||
msgstr ""
|
||||
|
||||
|
@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC,
|
||||
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
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
|
||||
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.7.0
|
||||
- Updated to v1.7.0
|
||||
|
||||
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.6.0
|
||||
- Updated to v1.6.0
|
||||
|
||||
|
@ -7,7 +7,7 @@ license_files = LICENSE
|
||||
|
||||
[flake8]
|
||||
# We exclude packages we don't maintain
|
||||
exclude = .eggs,.tox,.local
|
||||
exclude = .eggs,.tox,.local,dist
|
||||
ignore = E741,E722,W503,W504,W605
|
||||
statistics = true
|
||||
builtins = _
|
||||
@ -18,7 +18,7 @@ test=pytest
|
||||
[tool:pytest]
|
||||
addopts = -ra
|
||||
python_files = test/test_*.py
|
||||
norecursedirs=test/helpers
|
||||
norecursedirs=test/helpers, dist
|
||||
filterwarnings =
|
||||
once::Warning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user