summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorMichael Foord <michael@python.org>2011-05-14 12:12:52 +0200
committerMichael Foord <michael@python.org>2011-05-14 12:12:52 +0200
commit23a6a82fd8497c60651dbf12f68e31f574677091 (patch)
tree805fc57b3c027291d188fc98e6788cd66dd539d2 /README.txt
parent6d67b025a2aaed0f4482a04273a42ca0884b28f4 (diff)
downloadmock-23a6a82fd8497c60651dbf12f68e31f574677091.tar.gz
Testing call
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 4b423aa..16b7dec 100644
--- a/README.txt
+++ b/README.txt
@@ -9,8 +9,8 @@ mock is tested on Python versions 2.4-2.7 and Python 3.
The mock module also provides utility functions / objects to assist with
testing, particularly monkey patching.
-* `PDF documentation for 0.7.1
- <http://www.voidspace.org.uk/downloads/mock-0.7.1.pdf>`_
+* `PDF documentation for 0.8.0 alpha 1
+ <http://www.voidspace.org.uk/downloads/mock-0.8.0a1.pdf>`_
* `mock on google code (repository and issue tracker)
<http://code.google.com/p/mock/>`_
* `mock documentation