From 62bf4453f27f9027a9fe00f873a642757bde47f5 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sat, 17 May 2014 16:38:39 -0700 Subject: [PATCH] Bump to 0.1.2 --- HISTORY.rst | 5 +++++ README.rst | 3 --- cached_property.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c93f785..b0d27a4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.1.2 (2014-05-17) +++++++++++++++++++ + +* Documentation fixes. Not opening up a RTFD instance for this because it's so simple to use. + 0.1.1 (2014-05-17) ++++++++++++++++++ diff --git a/README.rst b/README.rst index 4bb0a56..bb50ca9 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,6 @@ cached-property A cached-property for decorating methods in classes. -* Free software: BSD license -* Documentation: http://cached-property.rtfd.org. - Why? ----- diff --git a/cached_property.py b/cached_property.py index cb06f93..ec9bb2f 100644 --- a/cached_property.py +++ b/cached_property.py @@ -2,7 +2,7 @@ __author__ = 'Daniel Greenfeld' __email__ = 'pydanny@gmail.com' -__version__ = '0.1.1' +__version__ = '0.1.2' __license__ = 'BSD' -- 2.30.2