Skip to content

Commit d4c691a

Browse files
authored
Merge pull request #139 from pypa/release-24.0
Release 24.0
2 parents 27ccad8 + 87051ac commit d4c691a

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+
24.0 (2018-10-27)
5+
-----------------
6+
7+
* Remove dependency on ``future``. (#134)
8+
9+
410
23.0 (2018-10-22)
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__ = "23.0"
26+
__version__ = "24.0"
2727

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

0 commit comments

Comments
 (0)