From cc6dfca64c383b6ad8cfd825c21b208d225382b9 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sun, 10 Apr 2016 08:52:22 +0200 Subject: [PATCH] Prepare for new 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 a60c90d..e3fcd2a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2.5 + 2.4 - Improve error reporting - Release is now signed with PGP diff --git a/feedback-ltworf/feedback.py b/feedback-ltworf/feedback.py index 12af8bd..a217aae 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.4" + return "2.5" return "No version" @application.route('/feedback/') diff --git a/relational_gui.py b/relational_gui.py index 719c3f6..3c54775 100755 --- a/relational_gui.py +++ b/relational_gui.py @@ -22,7 +22,7 @@ import os import os.path import getopt -version = "2.4" +version = "2.5" def printver(exit=True): diff --git a/setup/installer_common.py b/setup/installer_common.py index 0d1fa12..90be44e 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.4', + version='2.5', name=name, packages=(name,), author="Salvo 'LtWorf' Tomaselli", diff --git a/windows/input.py b/windows/input.py index 8eb4cc4..c78891f 100644 --- a/windows/input.py +++ b/windows/input.py @@ -53,5 +53,5 @@ setup( } ], name="Relational", - version="2.4", + version="2.5", ) diff --git a/windows/ss.iss b/windows/ss.iss index c9efdec..ce6facb 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.4 +AppVerName=Relational ver. 2.5 AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisherURL=http://ltworf.github.io/relational/ AppSupportURL=http://ltworf.github.io/relational/