Skip to content

Commit 09cd2b6

Browse files
committed
bumped version to v1.9.0
1 parent 0d19db8 commit 09cd2b6

File tree

4 files changed

+20
-5
lines changed

4 files changed

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

apprise/i18n/apprise.pot

Lines changed: 14 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.8.1\n"
9+
"Project-Id-Version: apprise 1.9.0\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2024-07-25 18:31-0400\n"
11+
"POT-Creation-Date: 2024-09-02 12:59-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"
@@ -80,6 +80,9 @@ msgstr ""
8080
msgid "App ID"
8181
msgstr ""
8282

83+
msgid "App Token"
84+
msgstr ""
85+
8386
msgid "App User Name"
8487
msgstr ""
8588

@@ -505,6 +508,9 @@ msgstr ""
505508
msgid "Payload Extras"
506509
msgstr ""
507510

511+
msgid "Persistent Storage"
512+
msgstr ""
513+
508514
msgid "Port"
509515
msgstr ""
510516

@@ -559,6 +565,9 @@ msgstr ""
559565
msgid "Resubmit Flag"
560566
msgstr ""
561567

568+
msgid "Retain Messages"
569+
msgstr ""
570+
562571
msgid "Retry"
563572
msgstr ""
564573

@@ -769,6 +778,9 @@ msgstr ""
769778
msgid "Target User"
770779
msgstr ""
771780

781+
msgid "Target User ID"
782+
msgstr ""
783+
772784
msgid "Targets"
773785
msgstr ""
774786

packaging/redhat/python-apprise.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage, WeCom Bot,
5555
WhatsApp, Webex Teams, Workflows, WxPusher, XBMC}
5656

5757
Name: python-%{pypi_name}
58-
Version: 1.8.1
58+
Version: 1.9.0
5959
Release: 1%{?dist}
6060
Summary: A simple wrapper to many popular notification services used today
6161
License: BSD
@@ -150,6 +150,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
150150
%{python3_sitelib}/%{pypi_name}/cli.*
151151

152152
%changelog
153+
* Mon Sep 2 2024 Chris Caron <lead2gold@gmail.com> - 1.9.0
154+
- Updated to v1.9.0
155+
153156
* Thu Jul 25 2024 Chris Caron <lead2gold@gmail.com> - 1.8.1
154157
- Updated to v1.8.1
155158

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