Skip to content

Commit

Permalink
Version bump: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Sep 30, 2018
1 parent 08bf6c0 commit c3b310a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
2.0.1
* Fix README

2.0
* Remove Python 2.6 and 3.3 support
* Support `pusher<3`
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
from setuptools import setup

with open('README.md') as fh:
long_description = fh.read()

setup(
name='Flask-Pusher',
version='2.0',
version='2.0.1',
url='https://www.github.com/iurisilvio/Flask-Pusher',
license='MIT',
author='Iuri de Silvio',
author_email='iurisilvio@gmail.com',
description='Flask extension for Pusher',
long_description=long_description,
long_description_content_type='text/markdown',
py_modules=['flask_pusher'],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit c3b310a

Please sign in to comment.