bumped version to v0.9.9

This commit is contained in:
Chris Caron 2022-06-02 20:35:24 -04:00
parent fb32f1feea
commit aaf0aea668
4 changed files with 36 additions and 6 deletions

View File

@ -24,7 +24,7 @@
# THE SOFTWARE.
__title__ = 'Apprise'
__version__ = '0.9.8.3'
__version__ = '0.9.9'
__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.3\n"
"Project-Id-Version: apprise 0.9.9\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2022-04-28 19:16-0400\n"
"POT-Creation-Date: 2022-06-02 20:20-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"
@ -98,6 +98,9 @@ msgstr ""
msgid "Avatar URL"
msgstr ""
msgid "Badge"
msgstr ""
msgid "Batch Mode"
msgstr ""
@ -122,9 +125,15 @@ msgstr ""
msgid "Carbon Copy"
msgstr ""
msgid "Category"
msgstr ""
msgid "Channels"
msgstr ""
msgid "Class"
msgstr ""
msgid "Click"
msgstr ""
@ -134,6 +143,9 @@ msgstr ""
msgid "Client Secret"
msgstr ""
msgid "Component"
msgstr ""
msgid "Consumer Key"
msgstr ""
@ -146,6 +158,9 @@ msgstr ""
msgid "Currency"
msgstr ""
msgid "Custom Details"
msgstr ""
msgid "Custom Icon"
msgstr ""
@ -290,6 +305,9 @@ msgstr ""
msgid "Language"
msgstr ""
msgid "Level"
msgstr ""
msgid "Local File"
msgstr ""
@ -427,6 +445,9 @@ msgstr ""
msgid "Route"
msgstr ""
msgid "Routing Key"
msgstr ""
msgid "SMTP Server"
msgstr ""
@ -472,6 +493,9 @@ msgstr ""
msgid "Sound Link"
msgstr ""
msgid "Source"
msgstr ""
msgid "Source Email"
msgstr ""
@ -526,6 +550,9 @@ msgstr ""
msgid "Target Escalation"
msgstr ""
msgid "Target Group ID"
msgstr ""
msgid "Target JID"
msgstr ""

View File

@ -59,7 +59,7 @@ SMTP2Go, Spontit, SparkPost, Super Toasty, Streamlabs, Stride, Syslog,
Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name}
Version: 0.9.8.3
Version: 0.9.9
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
@ -237,13 +237,16 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif
%changelog
* Thu Jun 2 2022 Chris Caron <lead2gold@gmail.com> - 0.9.9-1
- Updated to v0.9.9
* 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
* Tue Apr 18 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8.1-1
* Tue Apr 19 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8.1-1
- Updated to v0.9.8.1
* Mon Apr 18 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8-1

View File

@ -63,7 +63,7 @@ else:
setup(
name='apprise',
version='0.9.8.3',
version='0.9.9',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),