From: Daniel Greenfeld Date: Sat, 17 May 2014 23:38:39 +0000 (-0700) Subject: Bump to 0.1.2 X-Git-Tag: 0.1.2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c2dcfbd7d09b118989f1c0e1de46c83f50dd015;p=cached-property.git Bump to 0.1.2 --- 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'