From a6b24b2034c31a3f5b420d05faa9e4854e3f49fc Mon Sep 17 00:00:00 2001 From: asamoukin Date: Fri, 19 Jun 2009 13:40:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BD=D1=83=D0=BC=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@1804 c91db197-33c1-4113-bf15-f8a5c547ca64 --- README | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5b8236a..4729743 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ INSTALL ------- calculate-lib needs the following library version installed, in order to run: - Python >= 2.3 + Python >= 2.5 python-ldap >= 2.0.0 pyxml >= 0.8 diff --git a/setup.py b/setup.py index 565083c..934cf2a 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup setup( name = 'calculate-lib', - version = "2.0.17", + version = "2.1.0", description = "The library for Calculate 2", author = "Calculate Pack", author_email = "support@calculate.ru",