Bump to 0.1.2 0.1.2
authorDaniel Greenfeld <pydanny@gmail.com>
Sat, 17 May 2014 23:38:39 +0000 (16:38 -0700)
committerDaniel Greenfeld <pydanny@gmail.com>
Sat, 17 May 2014 23:38:39 +0000 (16:38 -0700)
HISTORY.rst
README.rst
cached_property.py

index c93f785d157cdb58ab186069679db507e4e6f39d..b0d27a4adcb53b7d3ef682ab4dcc4e298f47f1a0 100644 (file)
@@ -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)
 ++++++++++++++++++
 
index 4bb0a564e22868ed6d66af5cd03b079529b23875..bb50ca95e50dfec80e467b71e46b4e8c4b7ed1a3 100644 (file)
@@ -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?
 -----
 
index cb06f9384d9cc694cdb9239bfde0c09f1b3854ff..ec9bb2f5dae081f77ca164733bf296a901dffeef 100644 (file)
@@ -2,7 +2,7 @@
 
 __author__ = 'Daniel Greenfeld'
 __email__ = 'pydanny@gmail.com'
-__version__ = '0.1.1'
+__version__ = '0.1.2'
 __license__ = 'BSD'