-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# POSSIBILITY OF SUCH DAMAGE. | ||
|
||
__title__ = 'Apprise' | ||
__version__ = '1.7.4' | ||
__version__ = '1.7.5' | ||
__author__ = 'Chris Caron' | ||
__license__ = 'BSD' | ||
__copywrite__ = 'Copyright (C) 2024 Chris Caron <[email protected]>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: apprise 1.7.4\n" | ||
"Project-Id-Version: apprise 1.7.5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-03-09 16:41-0500\n" | ||
"POT-Creation-Date: 2024-03-30 09:59-0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -275,6 +275,9 @@ msgstr "" | |
msgid "Forced Mime Type" | ||
msgstr "" | ||
|
||
msgid "Free-Mobile" | ||
msgstr "" | ||
|
||
msgid "From Email" | ||
msgstr "" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.4 | ||
Version: 1.7.5 | ||
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 Mar 30 2024 Chris Caron <[email protected]> - 1.7.5 | ||
- Updated to v1.7.5 | ||
|
||
* Sat Mar 9 2024 Chris Caron <[email protected]> - 1.7.4 | ||
- Updated to v1.7.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters