mirror of
https://github.com/caronc/apprise.git
synced 2025-01-07 14:39:51 +01:00
bumped version to v1.4.0
This commit is contained in:
parent
80ae7228e9
commit
c60e35841f
@ -31,7 +31,7 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__title__ = 'Apprise'
|
||||
__version__ = '1.3.0'
|
||||
__version__ = '1.4.0'
|
||||
__author__ = 'Chris Caron'
|
||||
__license__ = 'BSD'
|
||||
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'
|
||||
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: apprise 1.3.0\n"
|
||||
"Project-Id-Version: apprise 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||
"POT-Creation-Date: 2023-02-22 17:31-0500\n"
|
||||
"POT-Creation-Date: 2023-05-15 16:33-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"
|
||||
@ -454,6 +454,9 @@ msgstr ""
|
||||
msgid "QOS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Query Method"
|
||||
msgstr ""
|
||||
|
||||
msgid "Region"
|
||||
msgstr ""
|
||||
|
||||
@ -706,6 +709,9 @@ msgstr ""
|
||||
msgid "Topic"
|
||||
msgstr ""
|
||||
|
||||
msgid "Topic Thread ID"
|
||||
msgstr ""
|
||||
|
||||
msgid "Transmitter Groups"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" generated with Ronn-NG/v0.9.1
|
||||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
||||
.TH "APPRISE" "1" "July 2022" ""
|
||||
.TH "APPRISE" "1" "May 2023" ""
|
||||
.SH "NAME"
|
||||
\fBapprise\fR \- Push Notifications that work with just about every platform!
|
||||
.SH "SYNOPSIS"
|
||||
@ -120,6 +120,7 @@ By default \fBapprise\fR looks in the following local locations for custom plugi
|
||||
.nf
|
||||
~/\.apprise/plugins
|
||||
~/\.config/apprise/plugins
|
||||
/var/lib/apprise/plugins
|
||||
.fi
|
||||
.IP "" 0
|
||||
.P
|
||||
@ -153,6 +154,11 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
|
||||
~/\.apprise/apprise\.yaml
|
||||
~/\.config/apprise/apprise
|
||||
~/\.config/apprise/apprise\.yaml
|
||||
|
||||
/etc/apprise
|
||||
/etc/apprise\.yml
|
||||
/etc/apprise/apprise
|
||||
/etc/apprise/apprise\.yml
|
||||
.fi
|
||||
.IP "" 0
|
||||
.P
|
||||
@ -173,4 +179,4 @@ $ apprise \-vv \-t "Will Be Late" \-b "Go ahead and make dinner without me" \e
|
||||
.SH "BUGS"
|
||||
If you find any bugs, please make them known at: \fIhttps://github\.com/caronc/apprise/issues\fR
|
||||
.SH "COPYRIGHT"
|
||||
Apprise is Copyright (C) 2021 Chris Caron \fIlead2gold@gmail\.com\fR
|
||||
Apprise is Copyright (C) 2023 Chris Caron \fIlead2gold@gmail\.com\fR
|
||||
|
@ -56,7 +56,7 @@ SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram,
|
||||
Twilio, Twitter, Twist, XBMC, Voipms, Vonage, Webex Teams}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper to many popular notification services used today
|
||||
License: BSD
|
||||
@ -186,6 +186,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
||||
%{python3_sitelib}/%{pypi_name}/cli.*
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2023 Chris Caron <lead2gold@gmail.com> - 1.4.0
|
||||
- Updated to v1.4.0
|
||||
|
||||
* Wed Feb 22 2023 Chris Caron <lead2gold@gmail.com> - 1.3.0
|
||||
- Updated to v1.3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user