diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-02-04 19:52:13 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-02-04 19:52:13 +0000 |
| commit | 5dee60129e76ce8415fe3cb07c58da64fea3e169 (patch) | |
| tree | f9e51f2fc34de8dacb1ee018eb9a4e9b949d00e7 | |
| parent | 89968dce0273f49cf34e07480077f7843593f54e (diff) | |
| download | pyramid-5dee60129e76ce8415fe3cb07c58da64fea3e169.tar.gz pyramid-5dee60129e76ce8415fe3cb07c58da64fea3e169.tar.bz2 pyramid-5dee60129e76ce8415fe3cb07c58da64fea3e169.zip | |
Prep for 1.2b5.
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/errata.rst | 19 | ||||
| -rw-r--r-- | setup.py | 2 |
4 files changed, 4 insertions, 23 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a86fa16a0..5f5217d8f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.2b5 (2010-02-04) +================== Bug Fixes --------- diff --git a/docs/conf.py b/docs/conf.py index cdd4ef3b0..f523345e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = '2008-2010, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.2b4' +version = '1.2b5' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/errata.rst b/docs/errata.rst deleted file mode 100644 index 627fc4e0e..000000000 --- a/docs/errata.rst +++ /dev/null @@ -1,19 +0,0 @@ -Errata for "The repoze.bfg Web Framework, Version 1.2" Printed Edition -====================================================================== - -pp. 350 -------- - -The sentence: - - Note in the call to SessionDataManager that '3600' represents the - disuse timeout (5 minutes == 3600 seconds), and '5' represents a - write granularity time (the session will be marked as active at most - every five seconds). - -Should read: - - Note in the call to SessionDataManager that '3600' represents the - disuse timeout (60 minutes == 3600 seconds), and '5' represents a - write granularity time (the session will be marked as active at most - every five seconds). @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.2b4' +__version__ = '1.2b5' import os import sys |
