Skip to content

Commit c6a3c1c

Browse files
authored
Release 37.0 (#257)
1 parent 4ec558c commit c6a3c1c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
Changes
22
=======
33

4-
36.0 (2022-07-19)
4+
37.0 (2022-08-21)
5+
-----------------
6+
7+
* Remove command line example from docs (#197)
8+
* Multiple pyproject.toml fixes (#251)
9+
* Confirm handling multiple inline strong (#252)
10+
* Convert RST output to HTML5 (#253)
11+
* Add Typing to classifiers (#254)
12+
* Development tweaks - coverage reporting, actions updates (#255)
13+
* Add test confirming behavior with unknown lexers (#256)
14+
15+
36.0 (2022-08-06)
516
-----------------
617

718
* Enable gitpod development (#238)

readme_renderer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030
__uri__ = "https://github.com/pypa/readme_renderer"
3131

32-
__version__ = "36.0"
32+
__version__ = "37.0"
3333

3434
__author__ = "The Python Packaging Authority"
3535
__email__ = "admin@mail.pypi.org"

0 commit comments

Comments
 (0)