From c1a1b0e8fb1fa051cea1cc476f8988a3c79f0b54 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 12 Apr 2011 17:16:30 +0400 Subject: [PATCH] Bump 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 8c3a2f1..d7712f1 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.12 - calculate-desktop >= 2.2.12 + calculate-lib >= 2.2.13 + calculate-desktop >= 2.2.13 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 a4e3062..2cd8893 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.12" +__version__ = "2.2.13" __app__ = "calculate-client" import os diff --git a/setup.py b/setup.py index e0a330f..969e0a6 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.12" +__version__ = "2.2.13" __app__ = "calculate-client"