Skip to content

Commit

Permalink
bumped version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed May 15, 2023
1 parent 80ae722 commit c60e358
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
Expand Down
10 changes: 8 additions & 2 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\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 <[email protected]>\n"
Expand Down Expand Up @@ -454,6 +454,9 @@ msgstr ""
msgid "QOS"
msgstr ""

msgid "Query Method"
msgstr ""

msgid "Region"
msgstr ""

Expand Down Expand Up @@ -706,6 +709,9 @@ msgstr ""
msgid "Topic"
msgstr ""

msgid "Topic Thread ID"
msgstr ""

msgid "Transmitter Groups"
msgstr ""

Expand Down
10 changes: 8 additions & 2 deletions packaging/man/apprise.1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 1.4.0
- Updated to v1.4.0

* Wed Feb 22 2023 Chris Caron <[email protected]> - 1.3.0
- Updated to v1.3.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

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

0 comments on commit c60e358

Please sign in to comment.