From 2109d6e518e8848045a77eaac9357aefd301bbc2 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 14 Jan 2026 06:15:16 +0000 Subject: [PATCH] doc: Update changelog for 2.1.0 --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8b70598..a0200c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ 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 --------------------------- * Drop suport for Python 2 diff --git a/pyproject.toml b/pyproject.toml index 70620aa..6edcc65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Send2Trash" -version = "2.0.0" +version = "2.1.0" description = "Send file to trash natively under Mac OS X, Windows and Linux" readme = "README.rst" license = "BSD-3-Clause"