bumped version to v0.9.2

This commit is contained in:
Chris Caron 2021-05-02 12:03:45 -04:00
parent 3938cd9ec3
commit c4fa92824d
4 changed files with 39 additions and 6 deletions

View File

@ -24,7 +24,7 @@
# THE SOFTWARE.
__title__ = 'Apprise'
__version__ = '0.9.1'
__version__ = '0.9.2'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 0.9.1\n"
"Project-Id-Version: apprise 0.9.2\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2021-02-23 11:07-0500\n"
"POT-Creation-Date: 2021-05-02 11:48-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"
@ -56,6 +56,9 @@ msgstr ""
msgid "App Version"
msgstr ""
msgid "Application ID"
msgstr ""
msgid "Application Key"
msgstr ""
@ -176,6 +179,12 @@ msgstr ""
msgid "Facility"
msgstr ""
msgid "Flair ID"
msgstr ""
msgid "Flair Text"
msgstr ""
msgid "Footer Logo"
msgstr ""
@ -218,6 +227,15 @@ msgstr ""
msgid "Include Segment"
msgstr ""
msgid "Is Ad?"
msgstr ""
msgid "Is Spoiler"
msgstr ""
msgid "Kind"
msgstr ""
msgid "Language"
msgstr ""
@ -251,6 +269,9 @@ msgstr ""
msgid "Mode"
msgstr ""
msgid "NSFW"
msgstr ""
msgid "Notification ID"
msgstr ""
@ -305,6 +326,9 @@ msgstr ""
msgid "Remove Tokens"
msgstr ""
msgid "Resubmit Flag"
msgstr ""
msgid "Retry"
msgstr ""
@ -329,6 +353,9 @@ msgstr ""
msgid "Secure Mode"
msgstr ""
msgid "Send Replies"
msgstr ""
msgid "Sender ID"
msgstr ""
@ -416,6 +443,9 @@ msgstr ""
msgid "Target Stream"
msgstr ""
msgid "Target Subreddit"
msgstr ""
msgid "Target Tag ID"
msgstr ""

View File

@ -57,8 +57,8 @@ SimplePush, Sinch, Slack, Spontit, SparkPost, Super Toasty, Stride, Syslog,
Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name}
Version: 0.9.1
Release: 2%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
URL: https://github.com/caronc/%{pypi_name}
@ -247,6 +247,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif
%changelog
* Sun May 2 2021 Chris Caron <lead2gold@gmail.com> - 0.9.2-1
- Updated to v0.9.2
* Tue Feb 23 2021 Chris Caron <lead2gold@gmail.com> - 0.9.1-2
- Added missing cryptography dependency

View File

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