Skip to content

Commit

Permalink
Release 19.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Apr 10, 2018
1 parent dc4adb8 commit b968625
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

19.0 (2018-04-10)
-----------------

* Allow details and summary tags. (#77)
* Add .pytest_cache to .gitignore. (#85)
* Warn about Markdown content type when checking RST. (#83)
* Update pep8 tox env to use py3.6. (#84)
* Add Pygments-based syntax highlighting for Markdown. (#82)
* Update docs about check to talk about Markdown. (#80)


18.1 (2018-04-01)
-----------------

Expand Down
6 changes: 3 additions & 3 deletions readme_renderer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
'descriptions for Warehouse')
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "18.1"
__version__ = "19.0"

__author__ = "Donald Stufft"
__email__ = "[email protected]"
__author__ = "The Python Packaging Authority"
__email__ = "[email protected]"

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

0 comments on commit b968625

Please sign in to comment.