Skip to content

Commit

Permalink
bumped version to v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Oct 4, 2020
1 parent a2525f6 commit b450e98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.8'
__version__ = '0.8.9'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2020 Chris Caron <[email protected]>'
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 @@ Sinch, Slack, Spontit, SparkPost, Super Toasty, Stride, Syslog, Techulus Push,
Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}

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

%changelog
* Sun Oct 4 2020 Chris Caron <[email protected]> - 0.8.9-1
- Updated to v0.8.9

* Wed Sep 2 2020 Chris Caron <[email protected]> - 0.8.8-1
- Updated to v0.8.8

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.8',
version='0.8.9',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
Expand Down

0 comments on commit b450e98

Please sign in to comment.