Skip to content

Commit 9c2eb81

Browse files
authored
Release 42.0 (#296)
Signed-off-by: Mike Fiedler <[email protected]>
1 parent e5221c2 commit 9c2eb81

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGES.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
11
Changes
22
=======
33

4+
42.0 (2023-09-07)
5+
-----------------
6+
7+
- Migrate from ``bleach`` to ``nh3`` (#295)
8+
- Migrate from ``setup.py`` to ``pyproject.toml``
9+
410
41.0 (2023-08-18)
511
-----------------
612

7-
* Allow HTML5 `figcaption` tag through cleaner (#291)
8-
* Test `README.rst` from this project (#288)
13+
* Allow HTML5 ``figcaption`` tag through cleaner (#291)
14+
* Test ``README.rst`` from this project (#288)
915

1016
40.0 (2023-06-16)
1117
-----------------
1218

1319
* Add CLI option to render package README. (#271)
1420
* Adapt tests to pygments 2.14.0 (#272)
1521
* Update release process to use Trusted Publishing (#276)
16-
* Replace usage of deprecated `pkg_resources` with `importlib.metadata` (#281)
22+
* Replace usage of deprecated ``pkg_resources`` with ``importlib.metadata`` (#281)
1723
* Drop support for Python 3.7 (#282), Test against Python 3.11 (#280)
1824

1925
37.3 (2022-10-31)
2026
-----------------
2127

22-
* Allow HTML5 `figure` tag through cleaner (#265)
28+
* Allow HTML5 ``figure`` tag through cleaner (#265)
2329

2430
37.2 (2022-09-24)
2531
-----------------
2632

27-
* Allow HTML5 `s` tag through cleaner (#261)
33+
* Allow HTML5 ``s`` tag through cleaner (#261)
2834

2935
37.1 (2022-09-03)
3036
-----------------
3137

32-
* Allow HTML5 `nav` tag through cleaner (#259)
38+
* Allow HTML5 ``nav`` tag through cleaner (#259)
3339

3440
37.0 (2022-08-21)
3541
-----------------

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 = "41.0"
3+
version = "42.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)