Skip to content

Commit

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

__title__ = 'apprise'
__version__ = '0.8.3'
__version__ = '0.8.4'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2019 Chris Caron <[email protected]>'
__copywrite__ = 'Copyright (C) 2020 Chris Caron <[email protected]>'
__email__ = '[email protected]'
__status__ = 'Production'

Expand Down
7 changes: 5 additions & 2 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 0.8.3\n"
"Project-Id-Version: apprise 0.8.4\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2020-01-12 18:39-0500\n"
"POT-Creation-Date: 2020-02-01 12:59-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -173,6 +173,9 @@ msgstr ""
msgid "Log to STDERR"
msgstr ""

msgid "Memory"
msgstr ""

msgid "Message Hook"
msgstr ""

Expand Down
5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 Chris Caron <[email protected]>
# Copyright (C) 2020 Chris Caron <[email protected]>
# All rights reserved.
#
# This code is licensed under the MIT License.
Expand Down Expand Up @@ -222,6 +222,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif

%changelog
* Sat Feb 1 2020 Chris Caron <[email protected]> - 0.8.4-1
- Updated to v0.8.4

* Sun Jan 12 2020 Chris Caron <[email protected]> - 0.8.3-1
- Updated to v0.8.3

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 Chris Caron <[email protected]>
# Copyright (C) 2020 Chris Caron <[email protected]>
# All rights reserved.
#
# This code is licensed under the MIT License.
Expand Down Expand Up @@ -62,7 +62,7 @@

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

0 comments on commit 8c2d2af

Please sign in to comment.