This commit is contained in:
Virgil Dupras 2018-02-16 09:57:27 -05:00
parent 1dded4f572
commit 0d7b4b4ad9
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changes
=======
Version 1.5.0 -- 2018/02/16
---------------------------
* More specific error when failing to create XDG fallback trash directory (#20)
* Windows: Workaround for long paths (#23)
Version 1.4.2 -- 2017/11/17
---------------------------

View File

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