From e375cc2c7a91255d1bcaf174c6e2a31dfa2d13a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Wed, 7 Apr 2010 14:46:42 +0400 Subject: [PATCH] Increase version --- 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 2f21dfc..3e2b23f 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -35,7 +35,7 @@ import subprocess from encrypt import encrypt from signal import SIGTERM -Version = "calculate-client 2.1.12" +Version = "calculate-client 2.1.13" tr = cl_base.lang() tr.setLanguage(sys.modules[__name__]) diff --git a/pym/cl_vars_client.py b/pym/cl_vars_client.py index 1784137..d96f123 100644 --- a/pym/cl_vars_client.py +++ b/pym/cl_vars_client.py @@ -138,7 +138,7 @@ class Data: cl_name = {'value':'calculate-client'} # версия программы - cl_ver = {'value':'2.1.12'} + cl_ver = {'value':'2.1.13'} # Режим работы клиента клиент # (local или имя хоста клиента) diff --git a/setup.py b/setup.py index 46c2a5a..6ead2f0 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ class cl_install_data(install_data): setup( name = 'calculate-client', - version = "2.1.12", + version = "2.1.13", description = "Client for the calculate-server", author = "Mir Calculate Ltd.", author_email = "support@calculate.ru",