From 32f22e8f1d1fa93017502c40e4044ede01889203 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 19 Jan 2011 10:53:05 +0300 Subject: [PATCH] Increase version. --- README | 2 +- pym/cl_desktop.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 7f49c09..d78f1a6 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ calculate-desktop 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.6 + calculate-lib >= 2.2.7 To install calculate-desktop, just execute the install script 'setup.py'. Example: diff --git a/pym/cl_desktop.py b/pym/cl_desktop.py index a407be8..e5d1910 100644 --- a/pym/cl_desktop.py +++ b/pym/cl_desktop.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.2.6" +__version__ = "2.2.7" __app__ = "calculate-desktop" import os diff --git a/setup.py b/setup.py index 85e9a09..55bdadb 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from distutils.command.install_data import install_data __app__ = "calculate-desktop" -__version__ = "2.2.6" +__version__ = "2.2.7" data_files = []