This website works better with JavaScript.
Home
Help
Sign In
arsenetar
/
send2trash
mirror of
https://github.com/arsenetar/send2trash.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
11
Wiki
Activity
Browse Source
v1.4.0
tags/1.4.0
Virgil Dupras
3 years ago
parent
f38aec6569
commit
75a9cd6b55
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGES.rst
+1
-1
setup.py
+ 5
- 0
CHANGES.rst
View File
@@ -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
---------------------------
+ 1
- 1
setup.py
View File
@@ -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='
[email protected]
',
packages=['send2trash'],
Write
Preview
Loading…
Cancel
Save