From ec9d166572ba770df6a8aff2ec6f34e511587525 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 28 Apr 2022 19:20:56 -0400 Subject: [PATCH] bumped version to v0.9.8.3 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 4 ++-- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 06cba007..ee031d93 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'Apprise' -__version__ = '0.9.8.2' +__version__ = '0.9.8.3' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2022 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 0db1aeae..b268e341 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 0.9.8.2\n" +"Project-Id-Version: apprise 0.9.8.3\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2022-04-23 09:54-0400\n" +"POT-Creation-Date: 2022-04-28 19:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index ce7e4eae..cf812c5d 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -59,7 +59,7 @@ Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} -Version: 0.9.8.2 +Version: 0.9.8.3 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -237,6 +237,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif %changelog +* Thu Apr 28 2022 Chris Caron - 0.9.8.3-1 +- Updated to v0.9.8.3 + * Sat Apr 23 2022 Chris Caron - 0.9.8.2-1 - Updated to v0.9.8.2 diff --git a/setup.py b/setup.py index c8654034..446c4050 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ else: setup( name='apprise', - version='0.9.8.2', + version='0.9.8.3', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md').read(),