bumped version to v0.9.8.3

This commit is contained in:
Chris Caron 2022-04-28 19:20:56 -04:00
parent 4a87d45879
commit ec9d166572
4 changed files with 8 additions and 5 deletions

View File

@ -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 <lead2gold@gmail.com>'

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -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 <lead2gold@gmail.com> - 0.9.8.3-1
- Updated to v0.9.8.3
* Sat Apr 23 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8.2-1
- Updated to v0.9.8.2

View File

@ -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(),