bumped version to v0.9.1

pull/366/head v0.9.1
Chris Caron 4 years ago
parent 5b7afe9a76
commit 835e87bcf9

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2020 Chris Caron <lead2gold@gmail.com> # Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>
# All rights reserved. # All rights reserved.
# #
# This code is licensed under the MIT License. # This code is licensed under the MIT License.
@ -24,10 +24,10 @@
# THE SOFTWARE. # THE SOFTWARE.
__title__ = 'apprise' __title__ = 'apprise'
__version__ = '0.9.0' __version__ = '0.9.1'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'MIT' __license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2020 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>'
__email__ = 'lead2gold@gmail.com' __email__ = 'lead2gold@gmail.com'
__status__ = 'Production' __status__ = 'Production'

@ -1,21 +1,21 @@
# Translations template for apprise. # Translations template for apprise.
# Copyright (C) 2020 Chris Caron # Copyright (C) 2021 Chris Caron
# This file is distributed under the same license as the apprise project. # This file is distributed under the same license as the apprise project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. # FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 0.9.0\n" "Project-Id-Version: apprise 0.9.1\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2020-12-30 16:35-0500\n" "POT-Creation-Date: 2021-02-23 11:07-0500\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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n" "Generated-By: Babel 2.8.1\n"
msgid "API Key" msgid "API Key"
msgstr "" msgstr ""
@ -230,6 +230,9 @@ msgstr ""
msgid "Log to STDERR" msgid "Log to STDERR"
msgstr "" msgstr ""
msgid "Long-Lived Access Token"
msgstr ""
msgid "Master Key" msgid "Master Key"
msgstr "" msgstr ""
@ -248,12 +251,18 @@ msgstr ""
msgid "Mode" msgid "Mode"
msgstr "" msgstr ""
msgid "Notification ID"
msgstr ""
msgid "Notify Format" msgid "Notify Format"
msgstr "" msgstr ""
msgid "OAuth Access Token" msgid "OAuth Access Token"
msgstr "" msgstr ""
msgid "OAuth2 KeyFile"
msgstr ""
msgid "Organization" msgid "Organization"
msgstr "" msgstr ""
@ -425,6 +434,9 @@ msgstr ""
msgid "Targets " msgid "Targets "
msgstr "" msgstr ""
msgid "Team Name"
msgstr ""
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -503,12 +515,18 @@ msgstr ""
msgid "Webhook ID" msgid "Webhook ID"
msgstr "" msgstr ""
msgid "Webhook Key"
msgstr ""
msgid "Webhook Mode" msgid "Webhook Mode"
msgstr "" msgstr ""
msgid "Webhook Token" msgid "Webhook Token"
msgstr "" msgstr ""
msgid "Workspace"
msgstr ""
msgid "X-Axis" msgid "X-Axis"
msgstr "" msgstr ""

@ -1,4 +1,4 @@
# Copyright (C) 2020 Chris Caron <lead2gold@gmail.com> # Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>
# All rights reserved. # All rights reserved.
# #
# This code is licensed under the MIT License. # This code is licensed under the MIT License.
@ -57,7 +57,7 @@ Sinch, Slack, Spontit, SparkPost, Super Toasty, Stride, Syslog, Techulus Push,
Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.9.0 Version: 0.9.1
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
@ -243,6 +243,12 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif %endif
%changelog %changelog
* Tue Feb 23 2021 Chris Caron <lead2gold@gmail.com> - 0.9.1-1
- Updated to v0.9.1
* Thu Jan 14 2021 Chris Caron <lead2gold@gmail.com> - 0.9.0-2
- Fixed unit tests
* Wed Dec 30 2020 Chris Caron <lead2gold@gmail.com> - 0.9.0-1 * Wed Dec 30 2020 Chris Caron <lead2gold@gmail.com> - 0.9.0-1
- Updated to v0.9.0 - Updated to v0.9.0

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2020 Chris Caron <lead2gold@gmail.com> # Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>
# All rights reserved. # All rights reserved.
# #
# This code is licensed under the MIT License. # This code is licensed under the MIT License.
@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='0.9.0', version='0.9.1',
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(),

Loading…
Cancel
Save