Skip 1.5.0 because of borked RST
[cached-property.git] / HISTORY.rst
index 49d141a03b974e8adb03602ae4aa92c349922154..e7dbf473424bef7790965619ae7f436f6822b7e0 100644 (file)
@@ -3,14 +3,14 @@
 History
 -------
 
-1.5.0 (2018-08-05)
+1.5.1 (2018-08-05)
 ++++++++++++++++++
 
 * Added formal support for Python 3.7
 * Removed formal support for Python 3.3
 
 1.4.3  (2018-06-14)
-++++++++++++++++++
++++++++++++++++++++
 
 * Catch SyntaxError from asyncio import on older versions of Python, thanks to @asottile