We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48db60a + 7e6fcf0 commit 8e39585Copy full SHA for 8e39585
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+29.0 (2021-02-22)
5
+-----------------
6
+
7
+* Support cmarkgfm>=0.5.0 (#180)
8
+* Drop support for Python 2 and 3.5 (#188)
9
10
28.0 (2020-10-20)
11
-----------------
12
readme_renderer/__about__.py
@@ -23,7 +23,7 @@
23
'descriptions for Warehouse')
24
__uri__ = "https://github.com/pypa/readme_renderer"
25
26
-__version__ = "28.0"
+__version__ = "29.0"
27
28
__author__ = "The Python Packaging Authority"
29
__email__ = "[email protected]"
0 commit comments