Skip to content

Commit b83d396

Browse files
committed
Release 44.0
1 parent 1611aa2 commit b83d396

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changes
22
=======
33

4+
44.0 (2024-07-08)
5+
-----------------
6+
7+
- Drop support for Python 3.8 (#315)
8+
- Require docutils 0.21.2 and higher (#315)
9+
- Remove HTML5 ``<s>`` tag from the list of allowed HTML tags (#315)
10+
- Test all supported CPython and PyPy versions in CI (#315)
11+
- Resolve Node 16 deprecation warnings in CI (#309)
12+
- Lint specific directories (#312)
13+
- Build a wheel once for all tox test environments (#308)
14+
- Lazy open output files, and always close them (#314)
15+
- Gitpod: Migrate to the Even Better TOML extension (#306)
16+
- check-manifest: Remove a now-default ``.gitpod.yml`` exclusion (#307)
17+
418
43.0 (2024-02-26)
519
-----------------
620

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "readme_renderer"
3-
version = "43.0"
3+
version = "44.0"
44
description = "readme_renderer is a library for rendering readme descriptions for Warehouse"
55
authors = [
66
{name = "The Python Packaging Authority", email = "[email protected]"}

0 commit comments

Comments
 (0)