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",