From 1732aaf0e85d08e62acb06af7e15e5e634c415d3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 15 Nov 2022 14:51:41 -0500 Subject: [PATCH] bumped version to v1.2.0 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 30 +++++++++++++++++++++++++--- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index 04ae0982..d4a8ed9c 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'Apprise' -__version__ = '1.1.0' +__version__ = '1.2.0' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2022 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index 92ca8ecd..6989e921 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,16 +6,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 1.1.0\n" +"Project-Id-Version: apprise 1.2.0\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2022-10-08 14:03-0400\n" +"POT-Creation-Date: 2022-11-15 18:36+0000\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.9.1\n" +"Generated-By: Babel 2.11.0\n" msgid "A local Gnome environment is required." msgstr "" @@ -263,6 +263,9 @@ msgstr "" msgid "From Phone No" msgstr "" +msgid "GET Params" +msgstr "" + msgid "Gnome Notification" msgstr "" @@ -281,6 +284,9 @@ msgstr "" msgid "Icon Type" msgstr "" +msgid "Idempotency-Key" +msgstr "" + msgid "Identifier" msgstr "" @@ -308,6 +314,9 @@ msgstr "" msgid "Language" msgstr "" +msgid "Language Code" +msgstr "" + msgid "Level" msgstr "" @@ -478,12 +487,18 @@ msgstr "" msgid "Sender ID" msgstr "" +msgid "Sensitive Attachments" +msgstr "" + msgid "Server Key" msgstr "" msgid "Server Timeout" msgstr "" +msgid "Severity" +msgstr "" + msgid "Show Status" msgstr "" @@ -514,6 +529,9 @@ msgstr "" msgid "Special Text Color" msgstr "" +msgid "Spoiler Text" +msgstr "" + msgid "Sticky" msgstr "" @@ -637,6 +655,9 @@ msgstr "" msgid "Thread ID" msgstr "" +msgid "Thread Key" +msgstr "" + msgid "To Channel ID" msgstr "" @@ -709,6 +730,9 @@ msgstr "" msgid "Vibration" msgstr "" +msgid "Visibility" +msgstr "" + msgid "Web Based" msgstr "" diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 2cb79787..474d22de 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.1.0 +Version: 1.2.0 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 +* Tue Nov 15 2022 Chris Caron - 1.2.0-1 +- Updated to v1.2.0 + * Sat Oct 8 2022 Chris Caron - 1.1.0-1 - Updated to v1.1.0 diff --git a/setup.py b/setup.py index 529e2e3c..14812274 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ else: setup( name='apprise', - version='1.1.0', + version='1.2.0', description='Push Notifications that work with just about every platform!', license='MIT', long_description=open('README.md', encoding="utf-8").read(),