Skip to content

Commit 498eece

Browse files
author
Jon Wayne Parrott
authored
Release 20.0 (#93)
1 parent ed144c8 commit 498eece

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+
20.0 (2018-04-13)
5+
-----------------
6+
7+
* Reformat docutils messages into more human-friendly output. (#92)
8+
* Fix incorrect escaping of html entities in pre tags when using markdown. (#89)
9+
* Allow width, height, alt, and align attributes on img tags. (#91)
10+
* Fix check to not report success when there is invalid RST. (#90)
11+
12+
413
19.0 (2018-04-10)
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__ = "19.0"
26+
__version__ = "20.0"
2727

2828
__author__ = "The Python Packaging Authority"
2929
__email__ = "[email protected]"

0 commit comments

Comments
 (0)