This commit is contained in:
Virgil Dupras 2017-08-07 21:32:38 -04:00
父節點 f38aec6569
當前提交 75a9cd6b55
共有 2 個檔案被更改,包括 6 行新增1 行删除

查看文件

@ -1,6 +1,11 @@
Changes
=======
Version 1.4.0 -- 2017/08/07
---------------------------
* Use ``bytes`` instead of ``str`` for internal path handling in ``plat_other``. (#13)
Version 1.3.1 -- 2017/07/31
---------------------------

查看文件

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