Update version for 1.7.1 release

This commit is contained in:
Andrew Senetar 2021-06-21 22:13:46 -05:00
parent 077598d2ce
commit 33171dde82
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
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)

View File

@ -24,7 +24,7 @@ with open("README.rst", "rt") as f1, open("CHANGES.rst", "rt") as f2:
setup(
name="Send2Trash",
version="1.7.0a1",
version="1.7.1",
author="Andrew Senetar",
author_email="arsenetar@voltaicideas.net",
packages=["send2trash"],