Browse Source

bumped version to v0.9.5.1

pull/447/head v0.9.5.1
Chris Caron 3 years ago
parent
commit
bbc1c1ae8a
  1. 2
      apprise/__init__.py
  2. 34
      apprise/i18n/apprise.pot
  3. 5
      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.5' __version__ = '0.9.5.1'
__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.5\n" "Project-Id-Version: apprise 0.9.5.1\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2021-09-18 15:12-0400\n" "POT-Creation-Date: 2021-09-18 16:01-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"
@ -44,9 +44,15 @@ msgstr ""
msgid "Add Tokens" msgid "Add Tokens"
msgstr "" msgstr ""
msgid "Alert Type"
msgstr ""
msgid "Alias" msgid "Alias"
msgstr "" msgstr ""
msgid "Amount"
msgstr ""
msgid "App Access Token" msgid "App Access Token"
msgstr "" msgstr ""
@ -98,6 +104,9 @@ msgstr ""
msgid "Cache Results" msgid "Cache Results"
msgstr "" msgstr ""
msgid "Call"
msgstr ""
msgid "Carbon Copy" msgid "Carbon Copy"
msgstr "" msgstr ""
@ -119,6 +128,9 @@ msgstr ""
msgid "Country" msgid "Country"
msgstr "" msgstr ""
msgid "Currency"
msgstr ""
msgid "Custom Icon" msgid "Custom Icon"
msgstr "" msgstr ""
@ -218,6 +230,12 @@ msgstr ""
msgid "Icon Type" msgid "Icon Type"
msgstr "" msgstr ""
msgid "Identifier"
msgstr ""
msgid "Image Link"
msgstr ""
msgid "Include Footer" msgid "Include Footer"
msgstr "" msgstr ""
@ -272,6 +290,9 @@ msgstr ""
msgid "NSFW" msgid "NSFW"
msgstr "" msgstr ""
msgid "Name"
msgstr ""
msgid "Notification ID" msgid "Notification ID"
msgstr "" msgstr ""
@ -377,6 +398,9 @@ msgstr ""
msgid "Sound" msgid "Sound"
msgstr "" msgstr ""
msgid "Sound Link"
msgstr ""
msgid "Source Email" msgid "Source Email"
msgstr "" msgstr ""
@ -386,12 +410,18 @@ msgstr ""
msgid "Source Phone No" msgid "Source Phone No"
msgstr "" msgstr ""
msgid "Special Text Color"
msgstr ""
msgid "Sticky" msgid "Sticky"
msgstr "" msgstr ""
msgid "Subtitle" msgid "Subtitle"
msgstr "" msgstr ""
msgid "Syslog Mode"
msgstr ""
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""

5
packaging/redhat/python-apprise.spec

@ -58,7 +58,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBM
XMPP, Webex Teams} XMPP, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.9.5 Version: 0.9.5.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
@ -248,6 +248,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif %endif
%changelog %changelog
* Sat Sep 18 2021 Chris Caron <lead2gold@gmail.com> - 0.9.5.1-2
- Updated to v0.9.5.1
* Sat Sep 18 2021 Chris Caron <lead2gold@gmail.com> - 0.9.5-1 * Sat Sep 18 2021 Chris Caron <lead2gold@gmail.com> - 0.9.5-1
- Updated to v0.9.5 - Updated to v0.9.5

2
setup.py

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