diff --git a/apprise/__init__.py b/apprise/__init__.py index d4a8ed9c..c00c048e 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'Apprise' -__version__ = '1.2.0' +__version__ = '1.2.1' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2022 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 6989e921..6c03a345 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,16 +6,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 1.2.0\n" +"Project-Id-Version: apprise 1.2.1\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2022-11-15 18:36+0000\n" +"POT-Creation-Date: 2022-12-28 09:43-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.11.0\n" +"Generated-By: Babel 2.9.1\n" msgid "A local Gnome environment is required." msgstr "" @@ -23,6 +23,9 @@ msgstr "" msgid "A local Microsoft Windows environment is required." msgstr "" +msgid "API Access Token" +msgstr "" + msgid "API Key" msgstr "" @@ -388,6 +391,9 @@ msgid "" "/usr/local/bin/terminal-notifier is locally accessible." msgstr "" +msgid "Open/Click URL" +msgstr "" + msgid "Organization" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 474d22de..e3967489 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -48,7 +48,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, Vonage, Webex Teams} Name: python-%{pypi_name} -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT @@ -176,6 +176,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %{python3_sitelib}/%{pypi_name}/cli.* %changelog +* Wed Dec 28 2022 Chris Caron - 1.2.1-1 +- Updated to v1.2.1 + * Tue Nov 15 2022 Chris Caron - 1.2.0-1 - Updated to v1.2.0 diff --git a/setup.py b/setup.py index 14812274..d6550007 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ else: setup( name='apprise', - version='1.2.0', + version='1.2.1', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md', encoding="utf-8").read(),