Skip to content

Commit 8e39585

Browse files
authored
Merge pull request #181 from pypa/release-29
Release 29.0
2 parents 48db60a + 7e6fcf0 commit 8e39585

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
29.0 (2021-02-22)
5+
-----------------
6+
7+
* Support cmarkgfm>=0.5.0 (#180)
8+
* Drop support for Python 2 and 3.5 (#188)
9+
410
28.0 (2020-10-20)
511
-----------------
612

readme_renderer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'descriptions for Warehouse')
2424
__uri__ = "https://github.com/pypa/readme_renderer"
2525

26-
__version__ = "28.0"
26+
__version__ = "29.0"
2727

2828
__author__ = "The Python Packaging Authority"
2929
__email__ = "[email protected]"

0 commit comments

Comments
 (0)