1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

Update version for 1.7.1 release

This commit is contained in:
2021-06-21 22:13:46 -05:00
parent 077598d2ce
commit 33171dde82
2 changed files with 14 additions and 3 deletions

View File

@@ -1,8 +1,19 @@
Changes
=======
Version 1.7.0a -- 2020/04/20
Version 1.7.1 -- 2021/06/21
----------------------------
* Release stable version with changes from last 3 releases
* Fix handling of UNC names (#57)
Version 1.7.0a1 -- 2021/05/14
----------------------------
* Changed conditional for when to try to use pyobjc version (#51)
Version 1.7.0a0 -- 2021/04/20
----------------------------
* Add console_script entry point (#50)
* Increased python CI versions (#52, #54)
* Fix minor issue in setup.py (#53)