mirror of
https://github.com/caronc/apprise.git
synced 2025-01-22 05:49:23 +01:00
bumped version to v0.8.3
This commit is contained in:
parent
a235d9d5ab
commit
4aee9de6cf
@ -24,7 +24,7 @@
|
|||||||
# THE SOFTWARE.
|
# THE SOFTWARE.
|
||||||
|
|
||||||
__title__ = 'apprise'
|
__title__ = 'apprise'
|
||||||
__version__ = '0.8.2'
|
__version__ = '0.8.3'
|
||||||
__author__ = 'Chris Caron'
|
__author__ = 'Chris Caron'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
# Translations template for apprise.
|
# Translations template for apprise.
|
||||||
# Copyright (C) 2019 Chris Caron
|
# Copyright (C) 2020 Chris Caron
|
||||||
# This file is distributed under the same license as the apprise project.
|
# This file is distributed under the same license as the apprise project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: apprise 0.8.2\n"
|
"Project-Id-Version: apprise 0.8.3\n"
|
||||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||||
"POT-Creation-Date: 2019-11-25 18:50-0500\n"
|
"POT-Creation-Date: 2020-01-12 18:39-0500\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.7.0\n"
|
"Generated-By: Babel 2.8.0\n"
|
||||||
|
|
||||||
msgid "API Key"
|
msgid "API Key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -71,6 +71,9 @@ msgstr ""
|
|||||||
msgid "Bot Token"
|
msgid "Bot Token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Cache Age"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cache Results"
|
msgid "Cache Results"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -128,6 +131,12 @@ msgstr ""
|
|||||||
msgid "Footer Logo"
|
msgid "Footer Logo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Forced File Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Forced Mime Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "From Email"
|
msgid "From Email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -203,6 +212,9 @@ msgstr ""
|
|||||||
msgid "Priority"
|
msgid "Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Private Key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Project ID"
|
msgid "Project ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -365,6 +377,9 @@ msgstr ""
|
|||||||
msgid "Version"
|
msgid "Version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Vibration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Web Based"
|
msgid "Web Based"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP,
|
|||||||
Webex Teams}
|
Webex Teams}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.8.2
|
Version: 0.8.3
|
||||||
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
|
||||||
@ -222,6 +222,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 12 2020 Chris Caron <lead2gold@gmail.com> - 0.8.3-1
|
||||||
|
- Updated to v0.8.3
|
||||||
|
|
||||||
* Mon Nov 25 2019 Chris Caron <lead2gold@gmail.com> - 0.8.2-1
|
* Mon Nov 25 2019 Chris Caron <lead2gold@gmail.com> - 0.8.2-1
|
||||||
- Updated to v0.8.2
|
- Updated to v0.8.2
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='0.8.2',
|
version='0.8.3',
|
||||||
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').read(),
|
long_description=open('README.md').read(),
|
||||||
|
Loading…
Reference in New Issue
Block a user