File tree 2 files changed +20
-5
lines changed 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
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
+
4
18
43.0 (2024-02-26)
5
19
-----------------
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)
8
23
9
24
42.0 (2023-09-07)
10
25
-----------------
11
26
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 ``
14
29
15
30
41.0 (2023-08-18)
16
31
-----------------
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " readme_renderer"
3
- version = " 43 .0"
3
+ version = " 44 .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