From 287910799f534f28032430f0d06469fc177ce9e7 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 4 Feb 2011 16:01:54 +0300 Subject: [PATCH] Increase version. --- README | 4 ++-- pym/cl_assemble.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 4557d25..4c97a4b 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ INSTALL ------- calculate-assemble needs the following library version installed, in order to run: - calculate-install >= 2.2.8 - calculate-lib >= 2.2.8 + calculate-install >= 2.2.9 + calculate-lib >= 2.2.9 To install calculate-assemble , just execute the install script 'setup.py'. Example: diff --git a/pym/cl_assemble.py b/pym/cl_assemble.py index 2bb30c6..2e5372c 100644 --- a/pym/cl_assemble.py +++ b/pym/cl_assemble.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.2.8" +__version__ = "2.2.9" __app__ = "calculate-assemble" import os diff --git a/setup.py b/setup.py index e9cbf2c..06ebd75 100755 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ class cl_install_data(install_data): setup( name = 'calculate-assemble', - version = "2.2.8", + version = "2.2.9", description = "System assembling for Calculate Linux", author = "Calculate Ltd.", author_email = "support@calculate.ru",