From 50619f28c0843cb19e353a69052965d298b99d71 Mon Sep 17 00:00:00 2001 From: Gaetan Delannay Date: Thu, 4 Feb 2010 14:41:51 +0100 Subject: [PATCH] Minor problem. --- __init__.py | 2 +- doc/version.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index b8dade4..b90cfe4 100755 --- a/__init__.py +++ b/__init__.py @@ -10,5 +10,5 @@ def versionIsGreaterThanOrEquals(version): return True else: paramVersion = [int(i) for i in version.split('.')] - currentVersion = (int(i) for i in appy.version.short.split('.')) + currentVersion = [int(i) for i in appy.version.short.split('.')] return currentVersion >= paramVersion diff --git a/doc/version.txt b/doc/version.txt index d74b4d6..9f33f3e 100755 --- a/doc/version.txt +++ b/doc/version.txt @@ -1,5 +1,5 @@ -0.5.0 (2010-01-29) -- Lots of appy.gen improvements due to the development of a big project with the framework. +0.5.1 (2010-02-02) +- Bugfixes (encoding problems) in Python-to-XML marshaller. 0.4.1 (2009-11-03) - Ajax framework within appy.gen