Skip to content

Commit 4d4a8c6

Browse files
authored
Release 34.0 (#226)
1 parent 5d721e1 commit 4d4a8c6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changes
22
=======
33

4+
34.0 (2022-03-11)
5+
-----------------
6+
7+
* Add static types (#225)
8+
9+
33.0 (2022-03-05)
10+
-----------------
11+
12+
* Support cmarkgfm>=0.8.0 (#224)
13+
414
33.0 (2022-02-05)
515
-----------------
616

readme_renderer/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
__uri__ = "https://github.com/pypa/readme_renderer"
3232

33-
__version__ = "33.0"
33+
__version__ = "34.0"
3434

3535
__author__ = "The Python Packaging Authority"
3636
__email__ = "[email protected]"

0 commit comments

Comments
 (0)