mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 09:49:52 +00:00
Update version and changelog for release
This commit is contained in:
parent
530e9b4bc6
commit
c8bcaea1e8
10
CHANGES.rst
10
CHANGES.rst
@ -1,6 +1,16 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Version 1.7.0a -- 2020/04/20
|
||||||
|
----------------------------
|
||||||
|
* Add console_script entry point (#50)
|
||||||
|
* Increased python CI versions (#52, #54)
|
||||||
|
* Fix minor issue in setup.py (#53)
|
||||||
|
* Fix issue with windows tests importing modules on non-windows (#55)
|
||||||
|
* Unit test cleanups, rewrites, and flake8 cleanups
|
||||||
|
* Windows: Fix legacy windows platform for multi-byte unicode and add tests
|
||||||
|
* macOS: Add alternative pyobjc version to potentially improve compatibility (#51)
|
||||||
|
|
||||||
Version 1.6.0b1 -- 2020/06/18
|
Version 1.6.0b1 -- 2020/06/18
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ with open("README.rst", "rt") as f1, open("CHANGES.rst", "rt") as f2:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="Send2Trash",
|
name="Send2Trash",
|
||||||
version="1.6.0b1",
|
version="1.7.0a",
|
||||||
author="Andrew Senetar",
|
author="Andrew Senetar",
|
||||||
author_email="arsenetar@voltaicideas.net",
|
author_email="arsenetar@voltaicideas.net",
|
||||||
packages=["send2trash"],
|
packages=["send2trash"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user