From be0d95b838aeb05b7a63021273a72fabc096ff94 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sat, 11 Jan 2014 12:21:41 +0100 Subject: [PATCH] Prepare for new version --- CHANGELOG | 2 ++ feedback-ltworf/feedback.py | 2 +- relational_gui.py | 2 +- setup/installer_common.py | 2 +- windows/ss.iss | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b81331b..dc088fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.3 + 1.2 - Better tokenizer, gives more indicative errors - Parser gives more indicative errors diff --git a/feedback-ltworf/feedback.py b/feedback-ltworf/feedback.py index 995b619..bfc9707 100644 --- a/feedback-ltworf/feedback.py +++ b/feedback-ltworf/feedback.py @@ -12,7 +12,7 @@ def m(request, *args, **kwargs): @application.route("/version/") def show_version(request, *args, **kwargs): if kwargs["id"] == "relational": - return "1.2" + return "1.3" return "No version" @application.route('/feedback/') diff --git a/relational_gui.py b/relational_gui.py index e674879..8450160 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -24,7 +24,7 @@ import os import os.path import getopt from relational import relation, parser -version = "1.2" +version = "1.3" def printver(exit=True): diff --git a/setup/installer_common.py b/setup/installer_common.py index 3dc75ce..f897713 100644 --- a/setup/installer_common.py +++ b/setup/installer_common.py @@ -21,7 +21,7 @@ from distutils.core import setup def c_setup(name): setup( - version='1.1', + version='1.3', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", diff --git a/windows/ss.iss b/windows/ss.iss index 16f1a49..fe9df15 100644 --- a/windows/ss.iss +++ b/windows/ss.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD} AppName=Relational -AppVerName=Relational ver. 1.2 +AppVerName=Relational ver. 1.3 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=https://github.com/ltworf/relational AppSupportURL=https://github.com/ltworf/relational