mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-01-22 06:37:18 +00:00
doc: Update changelog for 2.1.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
Version 2.1.0 -- 2026/01/14
|
||||||
|
---------------------------
|
||||||
|
* Add `conftest.py` to source distribution by @mgorny in https://github.com/arsenetar/send2trash/pull/106
|
||||||
|
* Replacing elif, which is always True, with else by @PalmtopTiger in https://github.com/arsenetar/send2trash/pull/104
|
||||||
|
* Migrate to pyproject.toml from setup.cfg
|
||||||
|
|
||||||
Version 2.0.0 -- 2025/12/30
|
Version 2.0.0 -- 2025/12/30
|
||||||
---------------------------
|
---------------------------
|
||||||
* Drop suport for Python 2
|
* Drop suport for Python 2
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Send2Trash"
|
name = "Send2Trash"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
description = "Send file to trash natively under Mac OS X, Windows and Linux"
|
description = "Send file to trash natively under Mac OS X, Windows and Linux"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|||||||
Reference in New Issue
Block a user