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"