diff --git a/HISTORY.rst b/HISTORY.rst index d2785aa0..2b0380ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,7 +10,7 @@ History - Switch to Apache 2.0 license - Connection Adapters - Standard library logging -- Reponse.iter_json +- Make Reponse.json() callable, not property. 0.14.2 (2012-10-27) diff --git a/Makefile b/Makefile index 1496c8ab..6bc0ca63 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ test: py.test test-deps: - pip install py.test + pip install -r requirements.txt six: python test_requests.py