diff --git a/CHANGES.rst b/CHANGES.rst index 231ba96..8ba9f69 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,18 @@ Changes ======= -36.0 (2022-07-19) +37.0 (2022-08-21) +----------------- + +* Remove command line example from docs (#197) +* Multiple pyproject.toml fixes (#251) +* Confirm handling multiple inline strong (#252) +* Convert RST output to HTML5 (#253) +* Add Typing to classifiers (#254) +* Development tweaks - coverage reporting, actions updates (#255) +* Add test confirming behavior with unknown lexers (#256) + +36.0 (2022-08-06) ----------------- * Enable gitpod development (#238) diff --git a/readme_renderer/__about__.py b/readme_renderer/__about__.py index c862047..c224c6b 100644 --- a/readme_renderer/__about__.py +++ b/readme_renderer/__about__.py @@ -29,7 +29,7 @@ ) __uri__ = "https://github.com/pypa/readme_renderer" -__version__ = "36.0" +__version__ = "37.0" __author__ = "The Python Packaging Authority" __email__ = "admin@mail.pypi.org"