From bbc1c1ae8a78eb65d981add846c6c7e88697d6dd Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 18 Sep 2021 16:03:05 -0400 Subject: [PATCH] bumped version to v0.9.5.1 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 34 ++++++++++++++++++++++++++-- packaging/redhat/python-apprise.spec | 5 +++- setup.py | 2 +- 4 files changed, 38 insertions(+), 5 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index acee64be..dc7bdd17 100644 --- a/apprise/__init__.py +++ b/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 ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 4e5dc6b6..304b813f 100644 --- a/apprise/i18n/apprise.pot +++ b/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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index b0c9cd80..257fd6d6 100644 --- a/packaging/redhat/python-apprise.spec +++ b/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 - 0.9.5.1-2 +- Updated to v0.9.5.1 + * Sat Sep 18 2021 Chris Caron - 0.9.5-1 - Updated to v0.9.5 diff --git a/setup.py b/setup.py index ff2876d4..c4029d8e 100755 --- a/setup.py +++ b/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(),