summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-28 00:48:45 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-28 00:48:45 +0000
commit07cf61d25adf627c9ddc1f607266b0d61070e391 (patch)
tree38cc7086ce14e4e4ae4ca050e602baa70799b7ab
parent517d037fdb5a6cd86b2fa09296d0d39f982605ca (diff)
downloadpyramid-07cf61d25adf627c9ddc1f607266b0d61070e391.tar.gz
pyramid-07cf61d25adf627c9ddc1f607266b0d61070e391.tar.bz2
pyramid-07cf61d25adf627c9ddc1f607266b0d61070e391.zip
Prep for 1.1a8.
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 06653cf09..6f4054de5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-============
+1.1a8 (2009-10-27)
+==================
Features
--------
diff --git a/docs/conf.py b/docs/conf.py
index d0c599992..509699bee 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ copyright = '2008-2009, Agendaless Consulting'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.1a7'
+version = '1.1a8'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 5a370fb53..7de33304d 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.1a7'
+__version__ = '1.1a8'
import os
import sys