summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-29 10:19:28 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-29 10:19:28 +0000
commit5ac96ee3744cf15dccbcd2778582d126ba9062ba (patch)
treebc543cdb89ec507e89aba599c4f2ae788c08bb55
parent5f4b80e5a1508116271ae8a6087834fff8ee3825 (diff)
downloadpyramid-5ac96ee3744cf15dccbcd2778582d126ba9062ba.tar.gz
pyramid-5ac96ee3744cf15dccbcd2778582d126ba9062ba.tar.bz2
pyramid-5ac96ee3744cf15dccbcd2778582d126ba9062ba.zip
Prep for 1.0a6.
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2ae751fef..9916bc740 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-============
+1.0a6 (2009-06-29)
+==================
Bug Fixes
---------
diff --git a/docs/conf.py b/docs/conf.py
index 2567d4a35..074e40150 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = '2008-2009, Agendaless Consulting'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.0a5'
+version = '1.0a6'
# The full version, including alpha/beta/rc tags.
-release = '1.0a5'
+release = '1.0a6'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff --git a/setup.py b/setup.py
index 59eb2277e..51bf69f97 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.0a5'
+__version__ = '1.0a6'
import os