summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 72c4a0fb6..cb69f8203 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-0.8dev
-======
+0.8a7 (2009-05-16)
+==================
Backwards Incompatibilities
---------------------------
diff --git a/setup.py b/setup.py
index 73f5f4660..d9116afd9 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.8dev'
+__version__ = '0.8a7'
import os