File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ 42.0 (2023-09-07)
5
+ -----------------
6
+
7
+ - Migrate from ``bleach `` to ``nh3 `` (#295)
8
+ - Migrate from ``setup.py `` to ``pyproject.toml ``
9
+
4
10
41.0 (2023-08-18)
5
11
-----------------
6
12
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)
9
15
10
16
40.0 (2023-06-16)
11
17
-----------------
12
18
13
19
* Add CLI option to render package README. (#271)
14
20
* Adapt tests to pygments 2.14.0 (#272)
15
21
* 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)
17
23
* Drop support for Python 3.7 (#282), Test against Python 3.11 (#280)
18
24
19
25
37.3 (2022-10-31)
20
26
-----------------
21
27
22
- * Allow HTML5 `figure ` tag through cleaner (#265)
28
+ * Allow HTML5 `` figure ` ` tag through cleaner (#265)
23
29
24
30
37.2 (2022-09-24)
25
31
-----------------
26
32
27
- * Allow HTML5 `s ` tag through cleaner (#261)
33
+ * Allow HTML5 `` s ` ` tag through cleaner (#261)
28
34
29
35
37.1 (2022-09-03)
30
36
-----------------
31
37
32
- * Allow HTML5 `nav ` tag through cleaner (#259)
38
+ * Allow HTML5 `` nav ` ` tag through cleaner (#259)
33
39
34
40
37.0 (2022-08-21)
35
41
-----------------
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " readme_renderer"
3
- version = " 41 .0"
3
+ version = " 42 .0"
4
4
description = " readme_renderer is a library for rendering readme descriptions for Warehouse"
5
5
authors = [
6
6
{
name =
" The Python Packaging Authority" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments