Skip to content

Commit ac98d66

Browse files
committed
Release 25.0
1 parent cd69f12 commit ac98d66

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

4+
25.0 (2020-03-14)
5+
-----------------
6+
7+
* Support Python 3.7 and 3.8
8+
* Drop support for Python 3.4
9+
* Require Pygments>=2.5.1
10+
11+
412
24.0 (2018-10-27)
513
-----------------
614

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__ = "24.0"
26+
__version__ = "25.0"
2727

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

0 commit comments

Comments
 (0)