Skip to content

Commit b4798e3

Browse files
committed
bumped version to v1.7.3
1 parent 645baeb commit b4798e3

File tree

6 files changed

+32
-8
lines changed

6 files changed

+32
-8
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.2'
30+
__version__ = '1.7.3'
3131
__author__ = 'Chris Caron'
3232
__license__ = 'BSD'
3333
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'

apprise/i18n/apprise.pot

Lines changed: 11 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.2\n"
9+
"Project-Id-Version: apprise 1.7.3\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2024-01-27 15:34-0500\n"
11+
"POT-Creation-Date: 2024-03-03 18:04-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"
@@ -143,6 +143,9 @@ msgstr ""
143143
msgid "Category"
144144
msgstr ""
145145

146+
msgid "Channel ID"
147+
msgstr ""
148+
146149
msgid "Channels"
147150
msgstr ""
148151

@@ -233,6 +236,9 @@ msgstr ""
233236
msgid "Email Header"
234237
msgstr ""
235238

239+
msgid "Embed URL"
240+
msgstr ""
241+
236242
msgid "Entity"
237243
msgstr ""
238244

@@ -308,6 +314,9 @@ msgstr ""
308314
msgid "Icon Type"
309315
msgstr ""
310316

317+
msgid "Icon URL"
318+
msgstr ""
319+
311320
msgid "Idempotency-Key"
312321
msgstr ""
313322

packaging/man/apprise.1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "APPRISE" "1" "January 2024" "Chris Caron <lead2gold@gmail.com>" ""
4+
.TH "APPRISE" "1" "March 2024" "Chris Caron <lead2gold@gmail.com>" ""
55
.
66
.SH "NAME"
77
\fBapprise\fR \- Push Notifications that work with just about every platform!
@@ -235,18 +235,24 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
235235

236236
~/\.apprise
237237
~/\.apprise\.yml
238+
~/\.apprise\.yaml
238239
~/\.config/apprise
239240
~/\.config/apprise\.yml
241+
~/\.config/apprise\.yaml
240242

241243
~/\.apprise/apprise
244+
~/\.apprise/apprise\.yml
242245
~/\.apprise/apprise\.yaml
243246
~/\.config/apprise/apprise
247+
~/\.config/apprise/apprise\.yml
244248
~/\.config/apprise/apprise\.yaml
245249

246250
/etc/apprise
247251
/etc/apprise\.yml
252+
/etc/apprise\.yaml
248253
/etc/apprise/apprise
249254
/etc/apprise/apprise\.yml
255+
/etc/apprise/apprise\.yaml
250256
.
251257
.fi
252258
.

packaging/man/apprise.1.html

Lines changed: 8 additions & 2 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.2
57+
Version: 1.7.3
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+
* Sun Mar 3 2024 Chris Caron <lead2gold@gmail.com> - 1.7.3
199+
- Updated to v1.7.3
200+
198201
* Sat Jan 27 2024 Chris Caron <lead2gold@gmail.com> - 1.7.2
199202
- Updated to v1.7.2
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.2',
65+
version='1.7.3',
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)