Skip to content

Commit

Permalink
Release 21.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes authored May 28, 2018
1 parent 0e1c2a3 commit fd25348
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

21.0 (2018-05-28)
-----------------

* Allow <caption>. (#105)
* Add specific tests for the raw directive. (#103)
* Include docinfo when rendering rst. (#99)
* Make Python 3 the default lexer for highlighting Python code in Markdown (#97)
* Allow align attribute on <p> tags (#98)

20.0 (2018-04-13)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion readme_renderer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'descriptions for Warehouse')
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "20.0"
__version__ = "21.0"

__author__ = "The Python Packaging Authority"
__email__ = "[email protected]"
Expand Down

0 comments on commit fd25348

Please sign in to comment.