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.
__title__ = 'Apprise'
__version__ = '0.9.5'
__version__ = '0.9.5.1'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>'

34
apprise/i18n/apprise.pot

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
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"
"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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -44,9 +44,15 @@ msgstr ""
msgid "Add Tokens"
msgstr ""
msgid "Alert Type"
msgstr ""
msgid "Alias"
msgstr ""
msgid "Amount"
msgstr ""
msgid "App Access Token"
msgstr ""
@ -98,6 +104,9 @@ msgstr ""
msgid "Cache Results"
msgstr ""
msgid "Call"
msgstr ""
msgid "Carbon Copy"
msgstr ""
@ -119,6 +128,9 @@ msgstr ""
msgid "Country"
msgstr ""
msgid "Currency"
msgstr ""
msgid "Custom Icon"
msgstr ""
@ -218,6 +230,12 @@ msgstr ""
msgid "Icon Type"
msgstr ""
msgid "Identifier"
msgstr ""
msgid "Image Link"
msgstr ""
msgid "Include Footer"
msgstr ""
@ -272,6 +290,9 @@ msgstr ""
msgid "NSFW"
msgstr ""
msgid "Name"
msgstr ""
msgid "Notification ID"
msgstr ""
@ -377,6 +398,9 @@ msgstr ""
msgid "Sound"
msgstr ""
msgid "Sound Link"
msgstr ""
msgid "Source Email"
msgstr ""
@ -386,12 +410,18 @@ msgstr ""
msgid "Source Phone No"
msgstr ""
msgid "Special Text Color"
msgstr ""
msgid "Sticky"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Syslog Mode"
msgstr ""
msgid "Tags"
msgstr ""

5
packaging/redhat/python-apprise.spec

@ -58,7 +58,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBM
XMPP, Webex Teams}
Name: python-%{pypi_name}
Version: 0.9.5
Version: 0.9.5.1
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
@ -248,6 +248,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif
%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
- Updated to v0.9.5

2
setup.py

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

Loading…
Cancel
Save