From f19d6c9e5fedb233ceb10922e14cb925a1c6e1cc Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 2 Mar 2016 00:31:31 +0100 Subject: [PATCH] Prepare for next version --- CHANGELOG | 2 ++ feedback-ltworf/feedback.py | 2 +- relational_gui.py | 2 +- setup/installer_common.py | 2 +- windows/input.py | 2 +- windows/ss.iss | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index deedc6b..b502e0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2.4 + 2.3 - Very small release. The windows setup now installs the C++ library automatically. diff --git a/feedback-ltworf/feedback.py b/feedback-ltworf/feedback.py index 3824c89..12af8bd 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 "2.3" + return "2.4" return "No version" @application.route('/feedback/') diff --git a/relational_gui.py b/relational_gui.py index 7c453db..a795ea6 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -22,7 +22,7 @@ import os import os.path import getopt -version = "2.3" +version = "2.4" def printver(exit=True): diff --git a/setup/installer_common.py b/setup/installer_common.py index 6853056..8ab8f8d 100644 --- a/setup/installer_common.py +++ b/setup/installer_common.py @@ -20,7 +20,7 @@ from distutils.core import setup def c_setup(name): setup( - version='2.3', + version='2.4', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", diff --git a/windows/input.py b/windows/input.py index 317439d..4e4405a 100644 --- a/windows/input.py +++ b/windows/input.py @@ -53,5 +53,5 @@ setup( } ], name="Relational", - version="2.3", + version="2.4", ) diff --git a/windows/ss.iss b/windows/ss.iss index 92c204e..c9efdec 100755 --- 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. 2.3 +AppVerName=Relational ver. 2.4 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=http://ltworf.github.io/relational/ AppSupportURL=http://ltworf.github.io/relational/