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

doc: Update changelog for 2.1.0

This commit is contained in:
2026-01-14 06:15:16 +00:00
committed by GitHub
parent 0b6b2fe5b0
commit 2109d6e518
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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"