diff --git a/README b/README index ea7b240..91b2f4a 100644 --- a/README +++ b/README @@ -4,10 +4,10 @@ INSTALL ------- calculate-client needs the following library version installed, in order to run: - Python >= 2.3 + Python >= 2.5 python-ldap >= 2.0.0 pyxml >= 0.8 - calculate-lib >= 2.0.16 + calculate-lib >= 2.1.0 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 110a889..c6075f5 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.19" +Version = "calculate-client 2.1.0" tr = cl_base.lang() tr.setLanguage(sys.modules[__name__]) diff --git a/pym/cl_vars_client.py b/pym/cl_vars_client.py index 40bd648..6717324 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.19'} + cl_ver = {'value':'2.1.0'} # Режим работы клиента клиент # (local или имя хоста клиента) diff --git a/setup.py b/setup.py index 96e9d00..362aa9b 100755 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ class cl_install_data(install_data): setup( name = 'calculate-client', - version = "2.0.19", + version = "2.1.0", description = "Client for the calculate-server", author = "Calculate Pack", author_email = "support@calculate.ru",