From c35dabcaeb81a30a79e2e538c330e9d8fa92b8b5 Mon Sep 17 00:00:00 2001 From: gstein Date: Thu, 27 Dec 2001 05:17:51 +0000 Subject: [PATCH] Rolling 0.9.1 git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@429 8cb11bc2-c004-0410-86c3-e597b4017df7 --- CHANGES | 7 +++++++ lib/viewcvs.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d1cc8820..5f763e6e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Version 0.9.1 (released 26-Dec-2001) + + * fix a problem with some syntax in ndiff.py which isn't compatible + with Python 1.5.2 (causing problems at install time) + * remove a debug statement left in the code which continues to + append lines to /tmp/log + Version 0.9 (released 23-Dec-2001) * create templates for the rest of the pages: markup pages, graphs, diff --git a/lib/viewcvs.py b/lib/viewcvs.py index a73aae8e..aac9610b 100644 --- a/lib/viewcvs.py +++ b/lib/viewcvs.py @@ -25,7 +25,7 @@ # ----------------------------------------------------------------------- # -__version__ = '1.0-dev' +__version__ = '0.9.1' ######################################################################### #