Skip to content

Commit 9d98347

Browse files
committed
bumped version to v1.8.0
1 parent fa2d338 commit 9d98347

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

CONTRIBUTIONS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ The contributors have been listed in chronological order:
3333

3434
* Kate Ward <https://kate.pet>
3535
* 6th Feb 2024 - Add Revolt Support
36+
37+
* Han Wang <freddie.wanah@gmail.com>
38+
* Apr 2024 - Refactored test cases
39+
40+
* Toni Wells <@isometimescode>
41+
* May 2024 - Fixed token length with apprise://

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

apprise/i18n/apprise.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: apprise 1.7.6\n"
9+
"Project-Id-Version: apprise 1.8.0\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2024-04-13 20:12-0400\n"
11+
"POT-Creation-Date: 2024-05-11 16:13-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"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.12.1\n"
18+
"Generated-By: Babel 2.13.1\n"
1919

2020
msgid "A local Gnome environment is required."
2121
msgstr ""

packaging/man/apprise.1.html

Lines changed: 1 addition & 1 deletion
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 @@ 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.6
57+
Version: 1.8.0
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 May 11 2024 Chris Caron <lead2gold@gmail.com> - 1.8.0
199+
- Updated to v1.8.0
200+
198201
* Sat Apr 13 2024 Chris Caron <lead2gold@gmail.com> - 1.7.6
199202
- Updated to v1.7.6
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.6',
65+
version='1.8.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)