1
0
镜像自地址 https://github.com/arsenetar/send2trash.git 已同步 2025-09-11 18:08:16 +00:00

Update version and changelog for release

这个提交包含在:
Andrew Senetar 2021-04-20 17:35:59 -05:00
父节点 530e9b4bc6
当前提交 c8bcaea1e8
签署人:: arsenetar
GPG 密钥 ID: C63300DCE48AB2F1
共有 2 个文件被更改,包括 11 次插入1 次删除

查看文件

@ -1,6 +1,16 @@
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
-----------------------------

查看文件

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