Browse Source

bumped version to v0.9.2

pull/384/head v0.9.2
Chris Caron 4 years ago
parent
commit
c4fa92824d
  1. 2
      apprise/__init__.py
  2. 34
      apprise/i18n/apprise.pot
  3. 7
      packaging/redhat/python-apprise.spec
  4. 2
      setup.py

2
apprise/__init__.py

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

34
apprise/i18n/apprise.pot

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "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"
@ -56,6 +56,9 @@ msgstr ""
msgid "App Version" msgid "App Version"
msgstr "" msgstr ""
msgid "Application ID"
msgstr ""
msgid "Application Key" msgid "Application Key"
msgstr "" msgstr ""
@ -176,6 +179,12 @@ msgstr ""
msgid "Facility" msgid "Facility"
msgstr "" msgstr ""
msgid "Flair ID"
msgstr ""
msgid "Flair Text"
msgstr ""
msgid "Footer Logo" msgid "Footer Logo"
msgstr "" msgstr ""
@ -218,6 +227,15 @@ msgstr ""
msgid "Include Segment" msgid "Include Segment"
msgstr "" msgstr ""
msgid "Is Ad?"
msgstr ""
msgid "Is Spoiler"
msgstr ""
msgid "Kind"
msgstr ""
msgid "Language" msgid "Language"
msgstr "" msgstr ""
@ -251,6 +269,9 @@ msgstr ""
msgid "Mode" msgid "Mode"
msgstr "" msgstr ""
msgid "NSFW"
msgstr ""
msgid "Notification ID" msgid "Notification ID"
msgstr "" msgstr ""
@ -305,6 +326,9 @@ msgstr ""
msgid "Remove Tokens" msgid "Remove Tokens"
msgstr "" msgstr ""
msgid "Resubmit Flag"
msgstr ""
msgid "Retry" msgid "Retry"
msgstr "" msgstr ""
@ -329,6 +353,9 @@ msgstr ""
msgid "Secure Mode" msgid "Secure Mode"
msgstr "" msgstr ""
msgid "Send Replies"
msgstr ""
msgid "Sender ID" msgid "Sender ID"
msgstr "" msgstr ""
@ -416,6 +443,9 @@ msgstr ""
msgid "Target Stream" msgid "Target Stream"
msgstr "" msgstr ""
msgid "Target Subreddit"
msgstr ""
msgid "Target Tag ID" msgid "Target Tag ID"
msgstr "" msgstr ""

7
packaging/redhat/python-apprise.spec

@ -57,8 +57,8 @@ SimplePush, Sinch, Slack, Spontit, SparkPost, Super Toasty, 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.1 Version: 0.9.2
Release: 2%{?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
URL: https://github.com/caronc/%{pypi_name} URL: https://github.com/caronc/%{pypi_name}
@ -247,6 +247,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif %endif
%changelog %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 * Tue Feb 23 2021 Chris Caron <lead2gold@gmail.com> - 0.9.1-2
- Added missing cryptography dependency - Added missing cryptography dependency

2
setup.py

@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='0.9.1', version='0.9.2',
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