diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-12 23:59:00 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-12 23:59:00 +0000 |
| commit | 5674f9f77e77d9f244e40f8e06b2c60666fd89bf (patch) | |
| tree | 74452e3139199ca3d90bbb07801a1c011bde4b60 | |
| parent | b7fdea715bc208f26d59f98aab0079f244f747e6 (diff) | |
| download | pyramid-5674f9f77e77d9f244e40f8e06b2c60666fd89bf.tar.gz pyramid-5674f9f77e77d9f244e40f8e06b2c60666fd89bf.tar.bz2 pyramid-5674f9f77e77d9f244e40f8e06b2c60666fd89bf.zip | |
Prep for 1.1b4.
| -rw-r--r-- | CHANGES.txt | 6 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
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 @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1b3' +__version__ = '1.1b4' import os import sys |
