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 50c89a1 + ff6a7db commit 521e31eCopy full SHA for 521e31e
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+23.0 (2018-10-22)
5
+-----------------
6
+
7
+* Breaking change: Move the cmarkgfm dependency into an extra (#130). Users
8
+ that want to render Markdown will need to install readme_render[md] instead.
9
10
11
22.0 (2018-09-17)
12
-----------------
13
readme_renderer/__about__.py
@@ -23,7 +23,7 @@
23
'descriptions for Warehouse')
24
__uri__ = "https://github.com/pypa/readme_renderer"
25
26
-__version__ = "22.0"
+__version__ = "23.0"
27
28
__author__ = "The Python Packaging Authority"
29
__email__ = "[email protected]"
0 commit comments