From dc65381f7e0362ca1157cfc0e9340008df4a2c71 Mon Sep 17 00:00:00 2001 From: Inti Ocean Date: Fri, 13 Dec 2013 07:33:19 +0000 Subject: [PATCH] Added a releas date to the history file before I create release 0.1.5 --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f299f09..4eab2b5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ Release History --------------- -0.1.5 (Not yet released) +1.1.5 (2013-12-13) ++++++++++++++++++ - Fix the __all__ list so that you can `from pyinter import *`. - Change classes to new style classes (inheriting from object)