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' ######################################################################### #