From f75e369fc24ad2f24a911795221c5743c930413d Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Thu, 28 May 2009 07:41:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B2=D1=8B=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20calculate-client=20=D0=B8=20calculate-lib=20calc?= =?UTF-8?q?ulate-lib-2.0.16=20calculate-client-2.0.18?= 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@1543 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_client.py | 2 +- pym/cl_vars_client.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/cl_client.py b/pym/cl_client.py index da095e4..3bb8dd0 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -33,7 +33,7 @@ import stat import popen2 import time -Version = "calculate-client 2.0.17" +Version = "calculate-client 2.0.18" tr = cl_base.lang() tr.setLanguage(sys.modules[__name__]) diff --git a/pym/cl_vars_client.py b/pym/cl_vars_client.py index 46e1349..074665f 100644 --- a/pym/cl_vars_client.py +++ b/pym/cl_vars_client.py @@ -135,7 +135,7 @@ class Data: cl_name = {'value':'calculate-client'} # версия программы - cl_ver = {'value':'2.0.17'} + cl_ver = {'value':'2.0.18'} # Режим работы клиента клиент # (local или имя хоста клиента) diff --git a/setup.py b/setup.py index 7797aa2..e386e68 100755 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ class cl_install_data(install_data): setup( name = 'calculate-client', - version = "2.0.17", + version = "2.0.18", description = "Client for the calculate-server", author = "Calculate Pack", author_email = "support@calculate.ru",