diff --git a/CHANGES.rst b/CHANGES.rst index 9f71af1..864cbc8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 --------------------------- diff --git a/setup.py b/setup.py index 6e8b8b9..eefcc16 100644 --- a/setup.py +++ b/setup.py @@ -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'],