From 6d4015c5d9f5ddeb60d162d385579176a44d8be3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 10 Nov 2008 20:46:44 +0000 Subject: - The ``model_path`` and ``model_url`` traversal APIs returned the wrong value for the root object (e.g. ``model_path`` returned ``''`` for the root object, while it should have been returning ``'/'``). Prep for 0.4.6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0c35fa1f4..5a9a0760f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.4.5' +__version__ = '0.4.6' import os -- cgit v1.2.3