diff --git a/CHANGELOG b/CHANGELOG index 6777c8b..a5edbf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2.2 + 2.1 - Introduced sessions; GUI loads the same relations of the previous time - redesigned GUI, to fit in smaller screens diff --git a/feedback-ltworf/feedback.py b/feedback-ltworf/feedback.py index 8abf994..54f1a95 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.1" + return "2.2" return "No version" @application.route('/feedback/') diff --git a/relational_gui.py b/relational_gui.py index cb84710..4537598 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -23,7 +23,7 @@ import os.path import getopt from relational import relation, parser -version = "2.1" +version = "2.2" def printver(exit=True): diff --git a/setup/installer_common.py b/setup/installer_common.py index af5c193..cb257c4 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.1', + version='2.2', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", diff --git a/windows/input.py b/windows/input.py index 038fb2e..67952e7 100644 --- a/windows/input.py +++ b/windows/input.py @@ -53,5 +53,5 @@ setup( } ], name="Relational", - version="2.1", + version="2.2", ) diff --git a/windows/ss.iss b/windows/ss.iss index 5731921..03034c8 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.1 +AppVerName=Relational ver. 2.2 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=http://ltworf.github.io/relational/ AppSupportURL=http://ltworf.github.io/relational/