Skip to content

Commit

Permalink
bumped version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed May 2, 2021
1 parent 3938cd9 commit c4fa928
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Expand Up @@ -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>'
Expand Down
34 changes: 32 additions & 2 deletions apprise/i18n/apprise.pot
Expand Up @@ -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"
Expand Down Expand Up @@ -56,6 +56,9 @@ msgstr ""
msgid "App Version"
msgstr ""

msgid "Application ID"
msgstr ""

msgid "Application Key"
msgstr ""

Expand Down Expand Up @@ -176,6 +179,12 @@ msgstr ""
msgid "Facility"
msgstr ""

msgid "Flair ID"
msgstr ""

msgid "Flair Text"
msgstr ""

msgid "Footer Logo"
msgstr ""

Expand Down Expand Up @@ -218,6 +227,15 @@ msgstr ""
msgid "Include Segment"
msgstr ""

msgid "Is Ad?"
msgstr ""

msgid "Is Spoiler"
msgstr ""

msgid "Kind"
msgstr ""

msgid "Language"
msgstr ""

Expand Down Expand Up @@ -251,6 +269,9 @@ msgstr ""
msgid "Mode"
msgstr ""

msgid "NSFW"
msgstr ""

msgid "Notification ID"
msgstr ""

Expand Down Expand Up @@ -305,6 +326,9 @@ msgstr ""
msgid "Remove Tokens"
msgstr ""

msgid "Resubmit Flag"
msgstr ""

msgid "Retry"
msgstr ""

Expand All @@ -329,6 +353,9 @@ msgstr ""
msgid "Secure Mode"
msgstr ""

msgid "Send Replies"
msgstr ""

msgid "Sender ID"
msgstr ""

Expand Down Expand Up @@ -416,6 +443,9 @@ msgstr ""
msgid "Target Stream"
msgstr ""

msgid "Target Subreddit"
msgstr ""

msgid "Target Tag ID"
msgstr ""

Expand Down
7 changes: 5 additions & 2 deletions packaging/redhat/python-apprise.spec
Expand Up @@ -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}
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -62,7 +62,7 @@

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(),
Expand Down

0 comments on commit c4fa928

Please sign in to comment.