summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-07-13 16:20:02 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-07-13 16:20:02 +0100
commit7c1cc3b686a74e1bef65551568cf5cdf6562bdd6 (patch)
treebbf3c04f3be891143889f9321f5146b2f80bca14
parent84f7304862f2de142e9a54dd7089ccbacb312a3f (diff)
downloadmock-7c1cc3b686a74e1bef65551568cf5cdf6562bdd6.tar.gz
Updated version number
-rw-r--r--docs/changelog.txt2
-rw-r--r--docs/index.txt4
-rw-r--r--mock.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 1d8d30c..3f9022f 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -4,7 +4,7 @@
CHANGELOG
=========
-2012/XX/XX Version 1.0.0 alpha 3
+2012/07/13 Version 1.0.0 Beta 1
--------------------------------
* Added `patch.stopall` method to stop all active patches created by `start`
diff --git a/docs/index.txt b/docs/index.txt
index 8927e62..a7987a8 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -11,7 +11,7 @@
:Homepage: `Mock Homepage`_
:Download: `Mock on PyPI`_
:Documentation: `PDF Documentation
- <http://www.voidspace.org.uk/downloads/mock-1.0a2.pdf>`_
+ <http://www.voidspace.org.uk/downloads/mock-1.0b1.pdf>`_
:License: `BSD License`_
:Support: `Mailing list (testing-in-python@lists.idyll.org)
<http://lists.idyll.org/listinfo/testing-in-python>`_
@@ -102,7 +102,7 @@ then please contact us.
* `mock on PyPI <http://pypi.python.org/pypi/mock>`_
* `mock documentation as PDF
- <http://www.voidspace.org.uk/downloads/mock-1.0a2.pdf>`_
+ <http://www.voidspace.org.uk/downloads/mock-1.0b1.pdf>`_
* `Google Code Home & Mercurial Repository <http://code.google.com/p/mock/>`_
.. index:: repository
diff --git a/mock.py b/mock.py
index 5a539d9..93b90d8 100644
--- a/mock.py
+++ b/mock.py
@@ -30,7 +30,7 @@ __all__ = (
)
-__version__ = '1.0a3'
+__version__ = '1.0b1'
import pprint