bumped version to v1.2.1

pull/811/head v1.2.1
Chris Caron 2022-12-28 09:56:54 -05:00
parent 4ecfe7faf8
commit 3d07004f5e
4 changed files with 15 additions and 6 deletions

View File

@ -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 <lead2gold@gmail.com>'

View File

@ -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 <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.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 ""

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.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 <lead2gold@gmail.com> - 1.2.1-1
- Updated to v1.2.1
* Tue Nov 15 2022 Chris Caron <lead2gold@gmail.com> - 1.2.0-1
- Updated to v1.2.0

View File

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