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. # THE SOFTWARE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '0.9.8.3' __version__ = '0.9.9'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'MIT' __license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -98,6 +98,9 @@ msgstr ""
msgid "Avatar URL" msgid "Avatar URL"
msgstr "" msgstr ""
msgid "Badge"
msgstr ""
msgid "Batch Mode" msgid "Batch Mode"
msgstr "" msgstr ""
@ -122,9 +125,15 @@ msgstr ""
msgid "Carbon Copy" msgid "Carbon Copy"
msgstr "" msgstr ""
msgid "Category"
msgstr ""
msgid "Channels" msgid "Channels"
msgstr "" msgstr ""
msgid "Class"
msgstr ""
msgid "Click" msgid "Click"
msgstr "" msgstr ""
@ -134,6 +143,9 @@ msgstr ""
msgid "Client Secret" msgid "Client Secret"
msgstr "" msgstr ""
msgid "Component"
msgstr ""
msgid "Consumer Key" msgid "Consumer Key"
msgstr "" msgstr ""
@ -146,6 +158,9 @@ msgstr ""
msgid "Currency" msgid "Currency"
msgstr "" msgstr ""
msgid "Custom Details"
msgstr ""
msgid "Custom Icon" msgid "Custom Icon"
msgstr "" msgstr ""
@ -290,6 +305,9 @@ msgstr ""
msgid "Language" msgid "Language"
msgstr "" msgstr ""
msgid "Level"
msgstr ""
msgid "Local File" msgid "Local File"
msgstr "" msgstr ""
@ -427,6 +445,9 @@ msgstr ""
msgid "Route" msgid "Route"
msgstr "" msgstr ""
msgid "Routing Key"
msgstr ""
msgid "SMTP Server" msgid "SMTP Server"
msgstr "" msgstr ""
@ -472,6 +493,9 @@ msgstr ""
msgid "Sound Link" msgid "Sound Link"
msgstr "" msgstr ""
msgid "Source"
msgstr ""
msgid "Source Email" msgid "Source Email"
msgstr "" msgstr ""
@ -526,6 +550,9 @@ msgstr ""
msgid "Target Escalation" msgid "Target Escalation"
msgstr "" msgstr ""
msgid "Target Group ID"
msgstr ""
msgid "Target JID" msgid "Target JID"
msgstr "" 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} Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.9.8.3 Version: 0.9.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today Summary: A simple wrapper to many popular notification services used today
License: MIT License: MIT
@ -237,13 +237,16 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif %endif
%changelog %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 * Thu Apr 28 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8.3-1
- Updated to v0.9.8.3 - Updated to v0.9.8.3
* Sat Apr 23 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8.2-1 * Sat Apr 23 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8.2-1
- Updated to v0.9.8.2 - 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 - Updated to v0.9.8.1
* Mon Apr 18 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8-1 * Mon Apr 18 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8-1

View File

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