From b83d39600d0985f8741fd4dd9fafe1705ffde23b Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 8 Jul 2024 09:43:59 -0500 Subject: [PATCH] Release 44.0 --- CHANGES.rst | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a59edda..dee2312 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,20 @@ Changes ======= +44.0 (2024-07-08) +----------------- + +- Drop support for Python 3.8 (#315) +- Require docutils 0.21.2 and higher (#315) +- Remove HTML5 ```` tag from the list of allowed HTML tags (#315) +- Test all supported CPython and PyPy versions in CI (#315) +- Resolve Node 16 deprecation warnings in CI (#309) +- Lint specific directories (#312) +- Build a wheel once for all tox test environments (#308) +- Lazy open output files, and always close them (#314) +- Gitpod: Migrate to the Even Better TOML extension (#306) +- check-manifest: Remove a now-default ``.gitpod.yml`` exclusion (#307) + 43.0 (2024-02-26) ----------------- diff --git a/pyproject.toml b/pyproject.toml index 255b366..7635b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "readme_renderer" -version = "43.0" +version = "44.0" description = "readme_renderer is a library for rendering readme descriptions for Warehouse" authors = [ {name = "The Python Packaging Authority", email = "admin@mail.pypi.org"}