Update HISTORY.rst
authorDaniel Greenfeld <pydanny@users.noreply.github.com>
Tue, 28 Apr 2015 16:30:45 +0000 (09:30 -0700)
committerDaniel Greenfeld <pydanny@users.noreply.github.com>
Tue, 28 Apr 2015 16:30:45 +0000 (09:30 -0700)
HISTORY.rst

index 5c564048602a0f4a6aa4f0d5b11d0f05bcc0db8b..9a610a1b34b6e8e24a2660babd87c7374a768df5 100644 (file)
@@ -3,8 +3,8 @@
 History
 -------
 
-1.2.0 (2015-04-28
-+++++++++++++++++
+1.2.0 (2015-04-28)
+++++++++++++++++++
 
 * Overall code and test refactoring, thanks to @gsakkis
 * Allow the del statement for resetting cached properties with ttl instead of del obj._cache[attr], thanks to @gsakkis.