bumped version to v1.2.0

This commit is contained in:
Chris Caron 2022-11-15 14:51:41 -05:00
parent 949f88a0dd
commit 1732aaf0e8
4 changed files with 33 additions and 6 deletions

View File

@ -24,7 +24,7 @@
# THE SOFTWARE. # THE SOFTWARE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '1.1.0' __version__ = '1.2.0'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'MIT' __license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,16 +6,16 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\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." msgid "A local Gnome environment is required."
msgstr "" msgstr ""
@ -263,6 +263,9 @@ msgstr ""
msgid "From Phone No" msgid "From Phone No"
msgstr "" msgstr ""
msgid "GET Params"
msgstr ""
msgid "Gnome Notification" msgid "Gnome Notification"
msgstr "" msgstr ""
@ -281,6 +284,9 @@ msgstr ""
msgid "Icon Type" msgid "Icon Type"
msgstr "" msgstr ""
msgid "Idempotency-Key"
msgstr ""
msgid "Identifier" msgid "Identifier"
msgstr "" msgstr ""
@ -308,6 +314,9 @@ msgstr ""
msgid "Language" msgid "Language"
msgstr "" msgstr ""
msgid "Language Code"
msgstr ""
msgid "Level" msgid "Level"
msgstr "" msgstr ""
@ -478,12 +487,18 @@ msgstr ""
msgid "Sender ID" msgid "Sender ID"
msgstr "" msgstr ""
msgid "Sensitive Attachments"
msgstr ""
msgid "Server Key" msgid "Server Key"
msgstr "" msgstr ""
msgid "Server Timeout" msgid "Server Timeout"
msgstr "" msgstr ""
msgid "Severity"
msgstr ""
msgid "Show Status" msgid "Show Status"
msgstr "" msgstr ""
@ -514,6 +529,9 @@ msgstr ""
msgid "Special Text Color" msgid "Special Text Color"
msgstr "" msgstr ""
msgid "Spoiler Text"
msgstr ""
msgid "Sticky" msgid "Sticky"
msgstr "" msgstr ""
@ -637,6 +655,9 @@ msgstr ""
msgid "Thread ID" msgid "Thread ID"
msgstr "" msgstr ""
msgid "Thread Key"
msgstr ""
msgid "To Channel ID" msgid "To Channel ID"
msgstr "" msgstr ""
@ -709,6 +730,9 @@ msgstr ""
msgid "Vibration" msgid "Vibration"
msgstr "" msgstr ""
msgid "Visibility"
msgstr ""
msgid "Web Based" msgid "Web Based"
msgstr "" msgstr ""

View File

@ -48,7 +48,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist,
XBMC, Vonage, Webex Teams} XBMC, Vonage, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.1.0 Version: 1.2.0
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
@ -176,6 +176,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%{python3_sitelib}/%{pypi_name}/cli.* %{python3_sitelib}/%{pypi_name}/cli.*
%changelog %changelog
* Tue Nov 15 2022 Chris Caron <lead2gold@gmail.com> - 1.2.0-1
- Updated to v1.2.0
* Sat Oct 8 2022 Chris Caron <lead2gold@gmail.com> - 1.1.0-1 * Sat Oct 8 2022 Chris Caron <lead2gold@gmail.com> - 1.1.0-1
- Updated to v1.1.0 - Updated to v1.1.0

View File

@ -60,7 +60,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='1.1.0', version='1.2.0',
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', encoding="utf-8").read(), long_description=open('README.md', encoding="utf-8").read(),