Skip to content

Commit b968625

Browse files
author
Jon Wayne Parrott
authored
Release 19.0 (#86)
1 parent dc4adb8 commit b968625

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGES.rst

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

4+
19.0 (2018-04-10)
5+
-----------------
6+
7+
* Allow details and summary tags. (#77)
8+
* Add .pytest_cache to .gitignore. (#85)
9+
* Warn about Markdown content type when checking RST. (#83)
10+
* Update pep8 tox env to use py3.6. (#84)
11+
* Add Pygments-based syntax highlighting for Markdown. (#82)
12+
* Update docs about check to talk about Markdown. (#80)
13+
14+
415
18.1 (2018-04-01)
516
-----------------
617

readme_renderer/__about__.py

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

26-
__version__ = "18.1"
26+
__version__ = "19.0"
2727

28-
__author__ = "Donald Stufft"
29-
__email__ = "[email protected]"
28+
__author__ = "The Python Packaging Authority"
29+
__email__ = "[email protected]"
3030

3131
__license__ = "Apache License, Version 2.0"
3232
__copyright__ = "Copyright 2014 %s" % __author__

0 commit comments

Comments
 (0)