Skip to content

Commit

Permalink
bumped version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jan 12, 2020
1 parent a235d9d commit 4aee9de
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# THE SOFTWARE.

__title__ = 'apprise'
__version__ = '0.8.2'
__version__ = '0.8.3'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>'
Expand Down
25 changes: 20 additions & 5 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# 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.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
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"
"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"
"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.7.0\n"
"Generated-By: Babel 2.8.0\n"

msgid "API Key"
msgstr ""
Expand Down Expand Up @@ -71,6 +71,9 @@ msgstr ""
msgid "Bot Token"
msgstr ""

msgid "Cache Age"
msgstr ""

msgid "Cache Results"
msgstr ""

Expand Down Expand Up @@ -128,6 +131,12 @@ msgstr ""
msgid "Footer Logo"
msgstr ""

msgid "Forced File Name"
msgstr ""

msgid "Forced Mime Type"
msgstr ""

msgid "From Email"
msgstr ""

Expand Down Expand Up @@ -203,6 +212,9 @@ msgstr ""
msgid "Priority"
msgstr ""

msgid "Private Key"
msgstr ""

msgid "Project ID"
msgstr ""

Expand Down Expand Up @@ -365,6 +377,9 @@ msgstr ""
msgid "Version"
msgstr ""

msgid "Vibration"
msgstr ""

msgid "Web Based"
msgstr ""

Expand Down
5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP,
Webex Teams}

Name: python-%{pypi_name}
Version: 0.8.2
Version: 0.8.3
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
Expand Down Expand Up @@ -222,6 +222,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif

%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
- Updated to v0.8.2

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

setup(
name='apprise',
version='0.8.2',
version='0.8.3',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 4aee9de

Please sign in to comment.