summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.txt5
-rw-r--r--mock.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 6f7af68..b42bc7d 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -4,6 +4,11 @@
CHANGELOG
=========
+
+2012/XX/XX Version 1.0.0 alpha 2
+--------------------------------
+
+
2012/03/25 Version 1.0.0 alpha 1
--------------------------------
diff --git a/mock.py b/mock.py
index 1c74367..efb55df 100644
--- a/mock.py
+++ b/mock.py
@@ -30,7 +30,7 @@ __all__ = (
)
-__version__ = '1.0.0alpha1'
+__version__ = '1.0a2'
import pprint