From 656c268ad8ec1fa74599beb6d580e42ca5e9354d Mon Sep 17 00:00:00 2001 From: asamoukin Date: Fri, 13 Mar 2009 10:53:40 +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-client/trunk@1037 c91db197-33c1-4113-bf15-f8a5c547ca64 --- README | 2 +- pym/cl_client.py | 2 +- pym/cl_vars_client.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 90fe081..2f25a1c 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ calculate-client needs the following library version installed, in order to run: Python >= 2.3 python-ldap >= 2.0.0 pyxml >= 0.8 - calculate-lib >= 2.0.7 + calculate-lib >= 2.0.12 To install calculate-client , just execute the install script 'setup.py'. Example: diff --git a/pym/cl_client.py b/pym/cl_client.py index ceb7c40..1942a17 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -31,7 +31,7 @@ import _cl_keys import time import stat -Version = "calculate-client 2.0.14" +Version = "calculate-client 2.0.15" tr = cl_base.lang() tr.setLanguage(sys.modules[__name__]) diff --git a/pym/cl_vars_client.py b/pym/cl_vars_client.py index f2aaf00..de9004b 100644 --- a/pym/cl_vars_client.py +++ b/pym/cl_vars_client.py @@ -134,4 +134,4 @@ class Data: # Calculate плюс версия калкулэйта для записи в заголовок файла # объединяемого с профилем #setup_name - cl_ver = {'value':'Calculate-client 2.0.14'} + cl_ver = {'value':'Calculate-client 2.0.15'} diff --git a/setup.py b/setup.py index d4eb2e8..6ef5527 100755 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ data_files += create_data_files (data_dirs_share, share_calculate_dir) setup( name = 'calculate-client', - version = "2.0.14", + version = "2.0.15", description = "Client for the calculate-server", author = "Calculate Pack", author_email = "support@calculate.ru",