Skip to content

Commit 50c1a0d

Browse files
committed
bumped version to v1.7.6
1 parent 33c7569 commit 50c1a0d

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-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.5'
30+
__version__ = '1.7.6'
3131
__author__ = 'Chris Caron'
3232
__license__ = 'BSD'
3333
__copywrite__ = 'Copyright (C) 2024 Chris Caron <[email protected]>'

apprise/i18n/apprise.pot

Lines changed: 17 additions & 5 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.5\n"
9+
"Project-Id-Version: apprise 1.7.6\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2024-03-30 09:59-0400\n"
11+
"POT-Creation-Date: 2024-04-13 20:12-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -32,6 +32,9 @@ msgstr ""
3232
msgid "API Secret"
3333
msgstr ""
3434

35+
msgid "API Token"
36+
msgstr ""
37+
3538
msgid "Access Key"
3639
msgstr ""
3740

@@ -101,9 +104,6 @@ msgstr ""
101104
msgid "Authentication Type"
102105
msgstr ""
103106

104-
msgid "Authorization Token"
105-
msgstr ""
106-
107107
msgid "Avatar Image"
108108
msgstr ""
109109

@@ -149,6 +149,9 @@ msgstr ""
149149
msgid "Channels"
150150
msgstr ""
151151

152+
msgid "Chantify"
153+
msgstr ""
154+
152155
msgid "Class"
153156
msgstr ""
154157

@@ -254,6 +257,9 @@ msgstr ""
254257
msgid "Facility"
255258
msgstr ""
256259

260+
msgid "Feishu"
261+
msgstr ""
262+
257263
msgid "Fetch Method"
258264
msgstr ""
259265

@@ -383,6 +389,9 @@ msgstr ""
383389
msgid "MacOSX Notification"
384390
msgstr ""
385391

392+
msgid "Markdown Version"
393+
msgstr ""
394+
386395
msgid "Master Key"
387396
msgstr ""
388397

@@ -517,6 +526,9 @@ msgstr ""
517526
msgid "Reply To Email"
518527
msgstr ""
519528

529+
msgid "Resend Delay"
530+
msgstr ""
531+
520532
msgid "Resubmit Flag"
521533
msgstr ""
522534

packaging/redhat/python-apprise.spec

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

5656
Name: python-%{pypi_name}
57-
Version: 1.7.5
57+
Version: 1.7.6
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 Apr 13 2024 Chris Caron <[email protected]> - 1.7.6
199+
- Updated to v1.7.6
200+
198201
* Sat Mar 30 2024 Chris Caron <[email protected]> - 1.7.5
199202
- Updated to v1.7.5
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.5',
65+
version='1.7.6',
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)