This commit is contained in:
Virgil Dupras 2017-11-17 13:50:29 -05:00
parent 5733670fc2
commit 7d38de269a
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changes Changes
======= =======
Version 1.4.2 -- 2017/11/17
---------------------------
* Fix incompatibility with Python 3.6 on Windows. (#18)
Version 1.4.1 -- 2017/08/07 Version 1.4.1 -- 2017/08/07
--------------------------- ---------------------------

View File

@ -19,7 +19,7 @@ LONG_DESCRIPTION = open('README.rst', 'rt').read() + '\n\n' + open('CHANGES.rst'
setup( setup(
name='Send2Trash', name='Send2Trash',
version='1.4.1', version='1.4.2',
author='Virgil Dupras', author='Virgil Dupras',
author_email='hsoft@hardcoded.net', author_email='hsoft@hardcoded.net',
packages=['send2trash'], packages=['send2trash'],