From 609aededfc7e784e9f6ad1edfee160455e043a6f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 27 May 2009 23:04:16 +0000 Subject: BFG wiki. --- CHANGES.txt | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c7dda579e..5aab4b8fb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +0.9dev (unreleased) +=================== + +- Added "BFG Wiki" tutorial to documentation; it describes + step-by-step how to create a traversal-based ZODB application with + authentication. + 0.9a2 (2009-05-27) ================== diff --git a/setup.py b/setup.py index 462f3df2f..dc5978c30 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.9a2' +__version__ = '0.9dev' import os -- cgit v1.2.3