Skip to content

Commit

Permalink
bumped version to v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 9, 2024
1 parent 108da1e commit 195d0ef
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 30 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>'
Expand Down
4 changes: 2 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.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"
Expand Down
21 changes: 9 additions & 12 deletions packaging/man/apprise.1
Original file line number Diff line number Diff line change
Expand Up @@ -233,32 +233,29 @@ 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
.
.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
Expand Down
23 changes: 10 additions & 13 deletions packaging/man/apprise.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

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

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(),
Expand Down

0 comments on commit 195d0ef

Please sign in to comment.