Skip to content

Commit 195d0ef

Browse files
committed
bumped version to v1.7.4
1 parent 108da1e commit 195d0ef

File tree

6 files changed

+27
-30
lines changed

6 files changed

+27
-30
lines changed

apprise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# POSSIBILITY OF SUCH DAMAGE.
2828

2929
__title__ = 'Apprise'
30-
__version__ = '1.7.3'
30+
__version__ = '1.7.4'
3131
__author__ = 'Chris Caron'
3232
__license__ = 'BSD'
3333
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'

apprise/i18n/apprise.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: apprise 1.7.3\n"
9+
"Project-Id-Version: apprise 1.7.4\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2024-03-03 18:04-0500\n"
11+
"POT-Creation-Date: 2024-03-09 16:41-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

packaging/man/apprise.1

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -233,32 +233,29 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
233233
.
234234
.nf
235235

236-
~/\.apprise
237-
~/\.apprise\.yml
236+
~/\.apprise\.conf
238237
~/\.apprise\.yaml
239-
~/\.config/apprise
240-
~/\.config/apprise\.yml
238+
~/\.config/apprise\.conf
241239
~/\.config/apprise\.yaml
242240

243-
~/\.apprise/apprise
244-
~/\.apprise/apprise\.yml
241+
~/\.apprise/apprise\.conf
245242
~/\.apprise/apprise\.yaml
246-
~/\.config/apprise/apprise
247-
~/\.config/apprise/apprise\.yml
243+
~/\.config/apprise/apprise\.conf
248244
~/\.config/apprise/apprise\.yaml
249245

250-
/etc/apprise
251-
/etc/apprise\.yml
246+
/etc/apprise\.conf
252247
/etc/apprise\.yaml
253-
/etc/apprise/apprise
254-
/etc/apprise/apprise\.yml
248+
/etc/apprise/apprise\.conf
255249
/etc/apprise/apprise\.yaml
256250
.
257251
.fi
258252
.
259253
.IP "" 0
260254
.
261255
.P
256+
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\.
257+
.
258+
.P
262259
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:
263260
.
264261
.IP "" 4

packaging/man/apprise.1.html

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packaging/redhat/python-apprise.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC,
5454
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
5555

5656
Name: python-%{pypi_name}
57-
Version: 1.7.3
57+
Version: 1.7.4
5858
Release: 1%{?dist}
5959
Summary: A simple wrapper to many popular notification services used today
6060
License: BSD
@@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
195195
%{python3_sitelib}/%{pypi_name}/cli.*
196196

197197
%changelog
198+
* Sat Mar 9 2024 Chris Caron <lead2gold@gmail.com> - 1.7.4
199+
- Updated to v1.7.4
200+
198201
* Sun Mar 3 2024 Chris Caron <lead2gold@gmail.com> - 1.7.3
199202
- Updated to v1.7.3
200203

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
setup(
6464
name='apprise',
65-
version='1.7.3',
65+
version='1.7.4',
6666
description='Push Notifications that work with just about every platform!',
6767
license='BSD',
6868
long_description=open('README.md', encoding="utf-8").read(),

0 commit comments

Comments
 (0)