Code

notes
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 10 Jul 2010 03:58:52 +0000 (03:58 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 10 Jul 2010 03:58:52 +0000 (03:58 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4493 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/__init__.py

index fadcbbf3fd1025cac24386da2cd222fec1204101..d0338316a6f877ed51d4d951704b8fee9fac209d 100644 (file)
@@ -1,6 +1,13 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
+2010-07-?? 1.4.15
+
+Fixed:
+- A bunch of regressions were introduced in the last release making Roundup
+  no longer work in Python releases prior to 2.6
+
+
 2010-07-01 1.4.14
 
 Features:
index 6fb561fbfbdd2ed7012df45bc52d474977cde11c..a8dc6f29c807086e5ff22992d9a34c90e75dd6df 100644 (file)
@@ -68,6 +68,6 @@ much prettier cake :)
 '''
 __docformat__ = 'restructuredtext'
 
-__version__ = '1.4.14'
+__version__ = '1.4.15'
 
 # vim: set filetype=python ts=4 sw=4 et si