summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-08 02:44:12 -0500
committerChris McDonough <chrism@plope.com>2011-01-08 02:44:12 -0500
commit45b6363b4562a3bc28dfb7be0cfc79baa0de375f (patch)
tree6e7f419f64fc0d57a337dd2acb8e8520b30d5d9d
parenta063aff1b0a9fe1f9d8c4a4baeade6453695f171 (diff)
downloadpyramid-45b6363b4562a3bc28dfb7be0cfc79baa0de375f.tar.gz
pyramid-45b6363b4562a3bc28dfb7be0cfc79baa0de375f.tar.bz2
pyramid-45b6363b4562a3bc28dfb7be0cfc79baa0de375f.zip
back to development
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b24b3d779..c06961428 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Next release
+============
+
+- ...
+
1.0a9 (2011-01-08)
==================
diff --git a/setup.py b/setup.py
index 3a278f694..d58641487 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.0a9'
+__version__ = '0.0'
import os
import platform