bumped version to v1.4.0

This commit is contained in:
Chris Caron 2023-05-15 16:48:27 -04:00
parent 80ae7228e9
commit c60e35841f
5 changed files with 22 additions and 7 deletions

View File

@ -31,7 +31,7 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '1.3.0' __version__ = '1.4.0'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'BSD' __license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -454,6 +454,9 @@ msgstr ""
msgid "QOS" msgid "QOS"
msgstr "" msgstr ""
msgid "Query Method"
msgstr ""
msgid "Region" msgid "Region"
msgstr "" msgstr ""
@ -706,6 +709,9 @@ msgstr ""
msgid "Topic" msgid "Topic"
msgstr "" msgstr ""
msgid "Topic Thread ID"
msgstr ""
msgid "Transmitter Groups" msgid "Transmitter Groups"
msgstr "" msgstr ""

View File

@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.9.1 .\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "APPRISE" "1" "July 2022" "" .TH "APPRISE" "1" "May 2023" ""
.SH "NAME" .SH "NAME"
\fBapprise\fR \- Push Notifications that work with just about every platform! \fBapprise\fR \- Push Notifications that work with just about every platform!
.SH "SYNOPSIS" .SH "SYNOPSIS"
@ -120,6 +120,7 @@ By default \fBapprise\fR looks in the following local locations for custom plugi
.nf .nf
~/\.apprise/plugins ~/\.apprise/plugins
~/\.config/apprise/plugins ~/\.config/apprise/plugins
/var/lib/apprise/plugins
.fi .fi
.IP "" 0 .IP "" 0
.P .P
@ -153,6 +154,11 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
~/\.apprise/apprise\.yaml ~/\.apprise/apprise\.yaml
~/\.config/apprise/apprise ~/\.config/apprise/apprise
~/\.config/apprise/apprise\.yaml ~/\.config/apprise/apprise\.yaml
/etc/apprise
/etc/apprise\.yml
/etc/apprise/apprise
/etc/apprise/apprise\.yml
.fi .fi
.IP "" 0 .IP "" 0
.P .P
@ -173,4 +179,4 @@ $ apprise \-vv \-t "Will Be Late" \-b "Go ahead and make dinner without me" \e
.SH "BUGS" .SH "BUGS"
If you find any bugs, please make them known at: \fIhttps://github\.com/caronc/apprise/issues\fR If you find any bugs, please make them known at: \fIhttps://github\.com/caronc/apprise/issues\fR
.SH "COPYRIGHT" .SH "COPYRIGHT"
Apprise is Copyright (C) 2021 Chris Caron \fIlead2gold@gmail\.com\fR Apprise is Copyright (C) 2023 Chris Caron \fIlead2gold@gmail\.com\fR

View File

@ -56,7 +56,7 @@ SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram,
Twilio, Twitter, Twist, XBMC, Voipms, Vonage, Webex Teams} Twilio, Twitter, Twist, XBMC, Voipms, Vonage, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.3.0 Version: 1.4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today Summary: A simple wrapper to many popular notification services used today
License: BSD License: BSD
@ -186,6 +186,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%{python3_sitelib}/%{pypi_name}/cli.* %{python3_sitelib}/%{pypi_name}/cli.*
%changelog %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 * Wed Feb 22 2023 Chris Caron <lead2gold@gmail.com> - 1.3.0
- Updated to v1.3.0 - Updated to v1.3.0

View File

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