summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-02-04 19:52:13 +0000
committerChris McDonough <chrism@agendaless.com>2010-02-04 19:52:13 +0000
commit5dee60129e76ce8415fe3cb07c58da64fea3e169 (patch)
treef9e51f2fc34de8dacb1ee018eb9a4e9b949d00e7 /docs
parent89968dce0273f49cf34e07480077f7843593f54e (diff)
downloadpyramid-5dee60129e76ce8415fe3cb07c58da64fea3e169.tar.gz
pyramid-5dee60129e76ce8415fe3cb07c58da64fea3e169.tar.bz2
pyramid-5dee60129e76ce8415fe3cb07c58da64fea3e169.zip
Prep for 1.2b5.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/errata.rst19
2 files changed, 1 insertions, 20 deletions
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).