From ddcecea4dc36e770b9345fe12860b283d6adc31b 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: Tue, 18 Jun 2013 09:09:08 +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=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= 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 2921e51..d6aef17 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.0.2" +__version__ = "3.1.6" __app__ = "Calculate Console" from calculate.lib.datavars import DataVars diff --git a/setup.py b/setup.py index d4795be..a6677b8 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ data_files = [] var_data_files = [] -__version__ = "3.0.2" +__version__ = "3.1.6" __app__ = "calculate-console" class cl_console_data(install_data):