summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-07 00:19:06 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-07 00:19:06 +0000
commit99ec31294ec36cc6df2f18e406884fc0c992f109 (patch)
tree8bb544a6cfbdf65002ca826480c51a2db7a6e74d
parenteed677f0f184df53889daeb4130572fbbcbcf873 (diff)
downloadpyramid-99ec31294ec36cc6df2f18e406884fc0c992f109.tar.gz
pyramid-99ec31294ec36cc6df2f18e406884fc0c992f109.tar.bz2
pyramid-99ec31294ec36cc6df2f18e406884fc0c992f109.zip
Prep for 1.1b3.
-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 5b1a4cc15..80b27ccba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-============
+1.1b3 (2009-11-06)
+==================
Features
--------
diff --git a/docs/conf.py b/docs/conf.py
index 6a9d15364..77fcaa44f 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.1b2'
+version = '1.1b3'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 70958c683..1aedf4cc3 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.1b2'
+__version__ = '1.1b3'
import os
import sys