summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-12 23:59:00 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-12 23:59:00 +0000
commit5674f9f77e77d9f244e40f8e06b2c60666fd89bf (patch)
tree74452e3139199ca3d90bbb07801a1c011bde4b60
parentb7fdea715bc208f26d59f98aab0079f244f747e6 (diff)
downloadpyramid-5674f9f77e77d9f244e40f8e06b2c60666fd89bf.tar.gz
pyramid-5674f9f77e77d9f244e40f8e06b2c60666fd89bf.tar.bz2
pyramid-5674f9f77e77d9f244e40f8e06b2c60666fd89bf.zip
Prep for 1.1b4.
-rw-r--r--CHANGES.txt6
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index efbbe9dbc..a73bbb507 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-============
+1.1b4 (2009-11-12)
+==================
Bug Fixes
---------
@@ -15,7 +15,7 @@ Documentation
- Add examples to ``repoze.bfg.url.model_url`` docstring.
-- Add "Defending BFG Design" chapter.
+- Add "Defending BFG Design" chapter to frontpage docs.
Templates
---------
diff --git a/docs/conf.py b/docs/conf.py
index 77fcaa44f..483177a87 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.1b3'
+version = '1.1b4'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 1aedf4cc3..f47f8af43 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.1b3'
+__version__ = '1.1b4'
import os
import sys