Este commit está contenido en:
Virgil Dupras 2017-11-17 13:50:29 -05:00
padre 5733670fc2
commit 7d38de269a
Se han modificado 2 ficheros con 6 adiciones y 1 borrados

Ver fichero

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

Ver fichero

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