Skip to content

Commit 5f6fc43

Browse files
authored
Release 36.0 (#248)
Signed-off-by: Mike Fiedler <[email protected]>
1 parent de0162a commit 5f6fc43

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

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

4+
36.0 (2022-07-19)
5+
-----------------
6+
7+
* Enable gitpod development (#238)
8+
* Allow rst admonitions to render (#242)
9+
* Add badges to README (#243)
10+
* Update codebase for modern Python (#244)
11+
* Fix table cell spans (#245)
12+
* Allow ``math`` directive in rst (#246)
13+
* Preserve ``lang`` attribute in ``pre`` (#247)
14+
415
35.0 (2022-04-19)
516
-----------------
617

readme_renderer/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030
__uri__ = "https://github.com/pypa/readme_renderer"
3131

32-
__version__ = "35.0"
32+
__version__ = "36.0"
3333

3434
__author__ = "The Python Packaging Authority"
3535
__email__ = "[email protected]"

0 commit comments

Comments
 (0)