bumped version to v1.7.4

This commit is contained in:
Chris Caron 2024-03-09 16:49:03 -05:00
parent 108da1e288
commit 195d0efe3c
6 changed files with 27 additions and 30 deletions

View File

@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise'
__version__ = '1.7.3'
__version__ = '1.7.4'
__author__ = 'Chris Caron'
__license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 1.7.3\n"
"Project-Id-Version: apprise 1.7.4\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2024-03-03 18:04-0500\n"
"POT-Creation-Date: 2024-03-09 16:41-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"

View File

@ -233,25 +233,19 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
.
.nf
~/\.apprise
~/\.apprise\.yml
~/\.apprise\.conf
~/\.apprise\.yaml
~/\.config/apprise
~/\.config/apprise\.yml
~/\.config/apprise\.conf
~/\.config/apprise\.yaml
~/\.apprise/apprise
~/\.apprise/apprise\.yml
~/\.apprise/apprise\.conf
~/\.apprise/apprise\.yaml
~/\.config/apprise/apprise
~/\.config/apprise/apprise\.yml
~/\.config/apprise/apprise\.conf
~/\.config/apprise/apprise\.yaml
/etc/apprise
/etc/apprise\.yml
/etc/apprise\.conf
/etc/apprise\.yaml
/etc/apprise/apprise
/etc/apprise/apprise\.yml
/etc/apprise/apprise\.conf
/etc/apprise/apprise\.yaml
.
.fi
@ -259,6 +253,9 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
.IP "" 0
.
.P
The \fBconfiguration files\fR specified above can also be identified with a \fB\.yml\fR extension or even just entirely removing the \fB\.conf\fR extension altogether\.
.
.P
If a default configuration file is referenced in any way by the \fBapprise\fR tool, you no longer need to provide it a Service URL\. Usage of the \fBapprise\fR tool simplifies to:
.
.IP "" 4

View File

@ -276,28 +276,25 @@ command line and all of them will be loaded. You can also point your configurat
a cloud location (by referencing <code>http://</code> or <code>https://</code>. By default <strong>apprise</strong> looks
in the following local locations for configuration files and loads them:</p>
<pre><code>~/.apprise
~/.apprise.yml
<pre><code>~/.apprise.conf
~/.apprise.yaml
~/.config/apprise
~/.config/apprise.yml
~/.config/apprise.conf
~/.config/apprise.yaml
~/.apprise/apprise
~/.apprise/apprise.yml
~/.apprise/apprise.conf
~/.apprise/apprise.yaml
~/.config/apprise/apprise
~/.config/apprise/apprise.yml
~/.config/apprise/apprise.conf
~/.config/apprise/apprise.yaml
/etc/apprise
/etc/apprise.yml
/etc/apprise.conf
/etc/apprise.yaml
/etc/apprise/apprise
/etc/apprise/apprise.yml
/etc/apprise/apprise.conf
/etc/apprise/apprise.yaml
</code></pre>
<p>The <strong>configuration files</strong> specified above can also be identified with a <code>.yml</code>
extension or even just entirely removing the <code>.conf</code> extension altogether.</p>
<p>If a default configuration file is referenced in any way by the <strong>apprise</strong>
tool, you no longer need to provide it a Service URL. Usage of the <strong>apprise</strong>
tool simplifies to:</p>
@ -319,7 +316,7 @@ configuration that you want and only specifically notify a subset of them:</p>
<h2 id="COPYRIGHT">COPYRIGHT</h2>
<p>Apprise is Copyright (C) 2024 Chris Caron <a href="&#109;&#x61;&#105;&#108;&#116;&#111;&#58;&#x6c;&#x65;&#97;&#x64;&#50;&#x67;&#111;&#108;&#x64;&#x40;&#103;&#109;&#97;&#105;&#x6c;&#46;&#99;&#111;&#109;" data-bare-link="true">&#108;&#x65;&#x61;&#100;&#50;&#x67;&#x6f;&#x6c;&#x64;&#64;&#x67;&#x6d;&#x61;&#105;&#x6c;&#x2e;&#99;&#x6f;&#x6d;</a></p>
<p>Apprise is Copyright (C) 2024 Chris Caron <a href="&#109;&#97;&#x69;&#108;&#x74;&#111;&#58;&#108;&#101;&#97;&#100;&#50;&#x67;&#111;&#x6c;&#x64;&#64;&#103;&#x6d;&#x61;&#105;&#x6c;&#46;&#99;&#x6f;&#109;" data-bare-link="true">&#x6c;&#x65;&#x61;&#x64;&#x32;&#103;&#x6f;&#108;&#100;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#x63;&#111;&#109;</a></p>
<ol class='man-decor man-foot man foot'>

View File

@ -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.7.3
Version: 1.7.4
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 9 2024 Chris Caron <lead2gold@gmail.com> - 1.7.4
- Updated to v1.7.4
* Sun Mar 3 2024 Chris Caron <lead2gold@gmail.com> - 1.7.3
- Updated to v1.7.3

View File

@ -62,7 +62,7 @@ else:
setup(
name='apprise',
version='1.7.3',
version='1.7.4',
description='Push Notifications that work with just about every platform!',
license='BSD',
long_description=open('README.md', encoding="utf-8").read(),