From 44699998580629eb9cbdb00079632bd378bfe3f1 Mon Sep 17 00:00:00 2001 From: Nick Coghlan <@ncoghlan> Date: Wed, 13 Jan 2016 22:40:27 +1000 Subject: [PATCH] NEWS entry for 2.6 compatibility --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 0902c66..e29efb4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,12 @@ Release History --------------- +0.5.1 (2016-01-13) +~~~~~~~~~~~~~~~~~~ + +* Python 2.6 compatilibity restored (although 2.6 is still missing from the + current CI configuration) + 0.5.0 (2016-01-12) ~~~~~~~~~~~~~~~~~~