We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd69f12 commit ac98d66Copy full SHA for ac98d66
CHANGES.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
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
12
24.0 (2018-10-27)
13
-----------------
14
readme_renderer/__about__.py
@@ -23,7 +23,7 @@
23
'descriptions for Warehouse')
24
__uri__ = "https://github.com/pypa/readme_renderer"
25
26
-__version__ = "24.0"
+__version__ = "25.0"
27
28
__author__ = "The Python Packaging Authority"
29
__email__ = "[email protected]"
0 commit comments