From b36cb545566f52a4c4bbf0347c6fff910973137c 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: Fri, 17 Dec 2010 16:19:15 +0300 Subject: [PATCH] Increase version. --- README | 4 ++-- pym/cl_client.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index fd0b2e6..3e29181 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ calculate-client needs the following library version installed, in order to run: Python >= 2.5 python-ldap >= 2.0.0 pyxml >= 0.8 - calculate-lib >= 2.2.2 - calculate-desktop >= 2.2.2 + calculate-lib >= 2.2.3 + calculate-desktop >= 2.2.3 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 6ac0eee..62948fb 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.2.2" +__version__ = "2.2.3" __app__ = "calculate-client" import os diff --git a/setup.py b/setup.py index 36876ad..58fde84 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ import stat from distutils.core import setup, Extension from distutils.command.install_data import install_data -__version__ = "2.2.2" +__version__ = "2.2.3" __app__ = "calculate-client"