From 55a7b156d7e4e4b99d2ee68059fd07c47bcf24d6 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Fri, 13 Feb 2015 10:40:22 -0800 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2e3cdcf..ca3115a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,15 +3,15 @@ History ------- -0.2.0 (2014-02-13) +1.0.0 (2014-02-13) ++++++++++++++++++ -* Added timed to expire feature to cached property decorator. +* Added timed to expire feature to ``cached_property`` decorator. 0.1.5 (2014-05-20) ++++++++++++++++++ -* Added threading support with new `threaded_cached_property` decorator +* Added threading support with new ``threaded_cached_property`` decorator * Documented cache invalidation * Updated credits * Sourced the bottle implementation @@ -24,7 +24,7 @@ History 0.1.3 (2014-05-17) ++++++++++++++++++ -* Removed import of package into setup.py +* Removed import of package into ``setup.py`` 0.1.2 (2014-05-17) ++++++++++++++++++ -- 2.30.2