bumped version to v1.2.0

pull/768/head v1.2.0
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.
__title__ = 'Apprise'
__version__ = '1.1.0'
__version__ = '1.2.0'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>'

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

View File

@ -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 <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
- Updated to v1.1.0

View File

@ -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(),