summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f6540a9)
raw | patch | inline | side by side (parent: f6540a9)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 10 Jul 2010 03:58:52 +0000 (03:58 +0000) | ||
committer | richard <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 | patch | blob | history | |
roundup/__init__.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index fadcbbf3fd1025cac24386da2cd222fec1204101..d0338316a6f877ed51d4d951704b8fee9fac209d 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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:
diff --git a/roundup/__init__.py b/roundup/__init__.py
index 6fb561fbfbdd2ed7012df45bc52d474977cde11c..a8dc6f29c807086e5ff22992d9a34c90e75dd6df 100644 (file)
--- a/roundup/__init__.py
+++ b/roundup/__init__.py
'''
__docformat__ = 'restructuredtext'
-__version__ = '1.4.14'
+__version__ = '1.4.15'
# vim: set filetype=python ts=4 sw=4 et si