Skip to content

Commit 0c0d5da

Browse files
committed
bumped version to v1.6.0
1 parent bd28bf9 commit 0c0d5da

File tree

4 files changed

+27
-8
lines changed

4 files changed

+27
-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.5.0'
30+
__version__ = '1.6.0'
3131
__author__ = 'Chris Caron'
3232
__license__ = 'BSD'
3333
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'

apprise/i18n/apprise.pot

Lines changed: 20 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.5.0\n"
9+
"Project-Id-Version: apprise 1.6.0\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2023-08-27 13:09-0400\n"
11+
"POT-Creation-Date: 2023-10-15 15:56-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 <LL@li.org>\n"
@@ -212,6 +212,9 @@ msgstr ""
212212
msgid "Device Name"
213213
msgstr ""
214214

215+
msgid "Discord Event ID"
216+
msgstr ""
217+
215218
msgid "Display Footer"
216219
msgstr ""
217220

@@ -439,6 +442,12 @@ msgstr ""
439442
msgid "Payload Extras"
440443
msgstr ""
441444

445+
msgid "Ping Discord Role"
446+
msgstr ""
447+
448+
msgid "Ping Discord User"
449+
msgstr ""
450+
442451
msgid "Port"
443452
msgstr ""
444453

@@ -490,9 +499,6 @@ msgstr ""
490499
msgid "Room ID"
491500
msgstr ""
492501

493-
msgid "Route"
494-
msgstr ""
495-
496502
msgid "Route Group"
497503
msgstr ""
498504

@@ -538,6 +544,9 @@ msgstr ""
538544
msgid "Severity"
539545
msgstr ""
540546

547+
msgid "Short URL"
548+
msgstr ""
549+
541550
msgid "Show Status"
542551
msgstr ""
543552

@@ -673,6 +682,9 @@ msgstr ""
673682
msgid "Template Data"
674683
msgstr ""
675684

685+
msgid "Template ID"
686+
msgstr ""
687+
676688
msgid "Template Mapping"
677689
msgstr ""
678690

@@ -736,6 +748,9 @@ msgstr ""
736748
msgid "URL"
737749
msgstr ""
738750

751+
msgid "URL Prefix"
752+
msgstr ""
753+
739754
msgid "URL Title"
740755
msgstr ""
741756

packaging/redhat/python-apprise.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist,
5353
XBMC, Voipms, Vonage, WhatsApp, Webex Teams}
5454

5555
Name: python-%{pypi_name}
56-
Version: 1.5.0
56+
Version: 1.6.0
5757
Release: 1%{?dist}
5858
Summary: A simple wrapper to many popular notification services used today
5959
License: BSD
@@ -194,8 +194,12 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
194194
%{python3_sitelib}/%{pypi_name}/cli.*
195195

196196
%changelog
197+
* Sun Oct 15 2023 Chris Caron <lead2gold@gmail.com> - 1.6.0
198+
- Updated to v1.6.0
199+
197200
* Sun Aug 27 2023 Chris Caron <lead2gold@gmail.com> - 1.5.0
198201
- Updated to v1.5.0
202+
- apprise-fedora-rpm-testcase-handling.patch added for test handling
199203

200204
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
201205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

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.5.0',
65+
version='1.6.0',
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)