Skip to content

Commit 5f6fc43

Browse files
authored
Release 36.0 (#248)
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent de0162a commit 5f6fc43

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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__ = "admin@mail.pypi.org"

0 commit comments

Comments
 (0)