diff --git a/CHANGELOG b/CHANGELOG index 83c65bb..4197f16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2.3 + 2.2 - Added again make install target - Ctrl+C in the terminal will terminate the GUI diff --git a/feedback-ltworf/feedback.py b/feedback-ltworf/feedback.py index 54f1a95..3824c89 100644 --- a/feedback-ltworf/feedback.py +++ b/feedback-ltworf/feedback.py @@ -12,7 +12,7 @@ def m(request, *args, **kwargs): @application.route("/version/<id>") def show_version(request, *args, **kwargs): if kwargs["id"] == "relational": - return "2.2" + return "2.3" return "No version" @application.route('/feedback/<id>') diff --git a/relational_gui.py b/relational_gui.py index c7c3d84..7c453db 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -22,7 +22,7 @@ import os import os.path import getopt -version = "2.2" +version = "2.3" def printver(exit=True): diff --git a/setup/installer_common.py b/setup/installer_common.py index cb257c4..6853056 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.2', + version='2.3', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", diff --git a/windows/input.py b/windows/input.py index 67952e7..317439d 100644 --- a/windows/input.py +++ b/windows/input.py @@ -53,5 +53,5 @@ setup( } ], name="Relational", - version="2.2", + version="2.3", ) diff --git a/windows/ss.iss b/windows/ss.iss index 03034c8..2196df0 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. 2.2 +AppVerName=Relational ver. 2.3 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=http://ltworf.github.io/relational/ AppSupportURL=http://ltworf.github.io/relational/