From 56bc261292bb716e50df2bb2bbbaa42b02365e89 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 9 Oct 2013 12:21:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/datavars.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/console/datavars.py b/console/datavars.py index 66f95ac..15a5b62 100755 --- a/console/datavars.py +++ b/console/datavars.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.1.7" +__version__ = "3.1.8" __app__ = "Calculate Console" from calculate.lib.datavars import DataVars diff --git a/setup.py b/setup.py index 7443ae9..b524aef 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ data_files = [] var_data_files = [] -__version__ = "3.1.7" +__version__ = "3.1.8" __app__ = "calculate-console" class cl_console_data(install_data):