Skip to content

Commit 1d0497c

Browse files
authored
Release 44 (#316)
1 parent 09620a6 commit 1d0497c

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGES.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
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
-----------------
6-
- Allow HTML5 ``picture`` tag through cleaner (#299)
7-
- Test against Python 3.12 (#300)
20+
21+
* Allow HTML5 ``picture`` tag through cleaner (#299)
22+
* Test against Python 3.12 (#300)
823

924
42.0 (2023-09-07)
1025
-----------------
1126

12-
- Migrate from ``bleach`` to ``nh3`` (#295)
13-
- Migrate from ``setup.py`` to ``pyproject.toml``
27+
* Migrate from ``bleach`` to ``nh3`` (#295)
28+
* Migrate from ``setup.py`` to ``pyproject.toml``
1429

1530
41.0 (2023-08-18)
1631
-----------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)