This commit is contained in:
Virgil Dupras 2017-11-17 13:50:29 -05:00
부모 5733670fc2
커밋 7d38de269a
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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
---------------------------

파일 보기

@ -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'],