Preparing release 0.9.19

master
Richard O'Dwyer 2019-10-16 22:46:22 +01:00
parent 7360923b2d
commit 7fd508aca4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Release History
---------------
0.9.19 (unreleased)
0.9.19 (2019-10-16)
++++++++++++++++++
- Python 3 support and bugfixes.

View File

@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
setup(
name='mega.py',
version='0.9.17',
version='0.9.19',
packages=find_packages('src', exclude=('tests', )),
package_dir={'': 'src'},
include_package_data=True,