From 4b51b961104cf9f36b5f17f7a97a5c15c385ee34 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 10 Jul 2010 03:58:52 +0000 Subject: [PATCH] notes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4493 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 7 +++++++ roundup/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fadcbbf..d033831 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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: diff --git a/roundup/__init__.py b/roundup/__init__.py index 6fb561f..a8dc6f2 100644 --- a/roundup/__init__.py +++ b/roundup/__init__.py @@ -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 -- 2.30.2