We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0162a commit 5f6fc43Copy full SHA for 5f6fc43
CHANGES.rst
@@ -1,6 +1,17 @@
1
Changes
2
=======
3
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
15
35.0 (2022-04-19)
16
-----------------
17
readme_renderer/__about__.py
@@ -29,7 +29,7 @@
29
)
30
__uri__ = "https://github.com/pypa/readme_renderer"
31
32
-__version__ = "35.0"
+__version__ = "36.0"
33
34
__author__ = "The Python Packaging Authority"
35
__email__ = "[email protected]"
0 commit comments