Preparing release 1.0.7

master
Richard O'Dwyer 2020-03-25 20:09:37 +00:00
parent fa6d1149d4
commit ecf42c1b35
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Release History Release History
=============== ===============
1.0.7 (unreleased) 1.0.7 (2020-03-25)
------------------ ------------------
- Fix login by calculating public RSA exponent instead of hardcoding. - Fix login by calculating public RSA exponent instead of hardcoding.

View File

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