bumped version to v0.9.7

This commit is contained in:
Chris Caron 2022-02-02 14:39:19 -05:00
parent 405e26e22d
commit 18b46c0099
4 changed files with 41 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2021 Chris Caron <lead2gold@gmail.com> # Copyright (C) 2022 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.6' __version__ = '0.9.7'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'MIT' __license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>'
__email__ = 'lead2gold@gmail.com' __email__ = 'lead2gold@gmail.com'
__status__ = 'Production' __status__ = 'Production'

View File

@ -1,14 +1,14 @@
# Translations template for apprise. # Translations template for apprise.
# Copyright (C) 2021 Chris Caron # Copyright (C) 2022 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>, 2021. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 0.9.6\n" "Project-Id-Version: apprise 0.9.7\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2021-12-01 18:56-0500\n" "POT-Creation-Date: 2022-02-02 14:27-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"
@ -140,12 +140,18 @@ msgstr ""
msgid "Custom Icon" msgid "Custom Icon"
msgstr "" msgstr ""
msgid "Custom Image URL"
msgstr ""
msgid "Cycles" msgid "Cycles"
msgstr "" msgstr ""
msgid "DBus Notification" msgid "DBus Notification"
msgstr "" msgstr ""
msgid "Data Entries"
msgstr ""
msgid "Details" msgid "Details"
msgstr "" msgstr ""
@ -200,6 +206,9 @@ msgstr ""
msgid "Facility" msgid "Facility"
msgstr "" msgstr ""
msgid "Fetch Method"
msgstr ""
msgid "Flair ID" msgid "Flair ID"
msgstr "" msgstr ""
@ -311,9 +320,15 @@ msgstr ""
msgid "Name" msgid "Name"
msgstr "" msgstr ""
msgid "Nextcloud Talk"
msgstr ""
msgid "No dependencies." msgid "No dependencies."
msgstr "" msgstr ""
msgid "Notification Color"
msgstr ""
msgid "Notification ID" msgid "Notification ID"
msgstr "" msgstr ""
@ -352,6 +367,9 @@ msgstr ""
msgid "Path" msgid "Path"
msgstr "" msgstr ""
msgid "Payload Extras"
msgstr ""
msgid "Port" msgid "Port"
msgstr "" msgstr ""
@ -382,6 +400,9 @@ msgstr ""
msgid "Remove Tokens" msgid "Remove Tokens"
msgstr "" msgstr ""
msgid "Reply To Email"
msgstr ""
msgid "Resubmit Flag" msgid "Resubmit Flag"
msgstr "" msgstr ""
@ -460,6 +481,9 @@ msgstr ""
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
msgid "Target Callsign"
msgstr ""
msgid "Target Channel" msgid "Target Channel"
msgstr "" msgstr ""
@ -577,6 +601,9 @@ msgstr ""
msgid "Token C" msgid "Token C"
msgstr "" msgstr ""
msgid "Transmitter Groups"
msgstr ""
msgid "URL" msgid "URL"
msgstr "" msgstr ""

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 Chris Caron <lead2gold@gmail.com> # Copyright (C) 2022 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.
@ -58,7 +58,7 @@ SMTP2Go, Spontit, SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus
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.6 Version: 0.9.7
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
@ -236,6 +236,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif %endif
%changelog %changelog
* Wed Feb 2 2022 Chris Caron <lead2gold@gmail.com> - 0.9.7-1
- Updated to v0.9.7
* Wed Dec 1 2021 Chris Caron <lead2gold@gmail.com> - 0.9.6-1 * Wed Dec 1 2021 Chris Caron <lead2gold@gmail.com> - 0.9.6-1
- Updated to v0.9.6 - Updated to v0.9.6

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2021 Chris Caron <lead2gold@gmail.com> # Copyright (C) 2022 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.6', version='0.9.7',
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(),