Skip to content

Commit

Permalink
Update version for 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenetar committed Aug 9, 2021
1 parent d249f01 commit 484913b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changes
=======

Version 1.8.0 -- 2021/08/08
---------------------------

* Add compatibility with pathlib paths (#49)
* Fix thread compatibility of modern windows implementation (#59)
* Fix handling of UNC names in legacy windows implementation (#57)

Version 1.7.1 -- 2021/06/21
---------------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="Send2Trash",
version="1.7.1",
version="1.8.0",
author="Andrew Senetar",
author_email="arsenetar@voltaicideas.net",
packages=["send2trash"],
Expand All @@ -34,6 +34,7 @@
license="BSD License",
description="Send file to trash natively under Mac OS X, Windows and Linux.",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/x-rst",
classifiers=CLASSIFIERS,
extras_require={
"win32": ['pywin32; sys_platform == "win32"'],
Expand Down

0 comments on commit 484913b

Please sign in to comment.