diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8d54974..31cb435 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,12 +23,38 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -89,6 +115,18 @@ + + @@ -109,13 +147,13 @@ - + - + @@ -166,6 +204,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HISTORY.rst b/HISTORY.rst index e74c95c..b26bacb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ History ======= +0.1.4 (2010-08-18) +------------------ +* Python 2.5 fix + 0.1.3 (2010-06-14) ------------------ * Nose-test fix diff --git a/README.rst b/README.rst index 906dbc3..ec1d8d1 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,7 @@ Example Usage Gists.fetch_by_user('kennethreitz')[-1].description # 'My .bashrc configuration' + Installation ------------