mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 09:49:52 +00:00
v1.4.1
This commit is contained in:
parent
3071684f73
commit
22ed5dc09b
@ -1,6 +1,11 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Version 1.4.1 -- 2017/08/07
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Fix crash on Windows introduced in v1.4.0. Oops... (#14)
|
||||||
|
|
||||||
Version 1.4.0 -- 2017/08/07
|
Version 1.4.0 -- 2017/08/07
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
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.0',
|
version='1.4.1',
|
||||||
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