Skip to content

Commit 58631ab

Browse files
author
Jon Wayne Parrott
authored
Release 18.0 (#72)
1 parent b849dae commit 58631ab

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes
22
=======
33

4+
18.0 (2018-03-30)
5+
-----------------
6+
7+
* Add support for GitHub-flavored Markdown. (#67)
8+
* Switch to cmarkgfm completely for rendering Markdown. (#68)
9+
* Warn about missing long description. (#69)
10+
* Make Github-Flavored Markdown the default variant (#73)
11+
12+
413
17.4 (2018-03-16)
514
-----------------
615

readme_renderer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'descriptions for Warehouse')
2424
__uri__ = "https://github.com/pypa/readme_renderer"
2525

26-
__version__ = "17.4"
26+
__version__ = "18.0"
2727

2828
__author__ = "Donald Stufft"
2929
__email__ = "[email protected]"

0 commit comments

Comments
 (0)