Skip to content

Commit

Permalink
Release 36.0 (#248)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Aug 6, 2022
1 parent de0162a commit 5f6fc43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,17 @@
Changes
=======

36.0 (2022-07-19)
-----------------

* Enable gitpod development (#238)
* Allow rst admonitions to render (#242)
* Add badges to README (#243)
* Update codebase for modern Python (#244)
* Fix table cell spans (#245)
* Allow ``math`` directive in rst (#246)
* Preserve ``lang`` attribute in ``pre`` (#247)

35.0 (2022-04-19)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion readme_renderer/__about__.py
Expand Up @@ -29,7 +29,7 @@
)
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "35.0"
__version__ = "36.0"

__author__ = "The Python Packaging Authority"
__email__ = "admin@mail.pypi.org"
Expand Down

0 comments on commit 5f6fc43

Please sign in to comment.