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.
2 parents 27ccad8 + 87051ac commit d4c691aCopy full SHA for d4c691a
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+24.0 (2018-10-27)
5
+-----------------
6
+
7
+* Remove dependency on ``future``. (#134)
8
9
10
23.0 (2018-10-22)
11
-----------------
12
readme_renderer/__about__.py
@@ -23,7 +23,7 @@
23
'descriptions for Warehouse')
24
__uri__ = "https://github.com/pypa/readme_renderer"
25
26
-__version__ = "23.0"
+__version__ = "24.0"
27
28
__author__ = "The Python Packaging Authority"
29
__email__ = "[email protected]"
0 commit comments