mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 09:49:52 +00:00
v1.5.0
This commit is contained in:
parent
1dded4f572
commit
0d7b4b4ad9
@ -1,6 +1,12 @@
|
|||||||
Changes
|
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
|
Version 1.4.2 -- 2017/11/17
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ LONG_DESCRIPTION = open('README.rst', 'rt').read() + '\n\n' + open('CHANGES.rst'
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Send2Trash',
|
name='Send2Trash',
|
||||||
version='1.4.2',
|
version='1.5.0',
|
||||||
author='Virgil Dupras',
|
author='Virgil Dupras',
|
||||||
author_email='hsoft@hardcoded.net',
|
author_email='hsoft@hardcoded.net',
|
||||||
packages=['send2trash'],
|
packages=['send2trash'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user