Prepare for next release

master
Salvo 'LtWorf' Tomaselli 2015-09-15 01:58:17 +07:00
parent fc3ed21e92
commit a9daf8544c
6 changed files with 7 additions and 5 deletions

@ -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

@ -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.1"
return "2.2"
return "No version"
@application.route('/feedback/<id>')

@ -23,7 +23,7 @@ import os.path
import getopt
from relational import relation, parser
version = "2.1"
version = "2.2"
def printver(exit=True):

@ -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",

@ -53,5 +53,5 @@ setup(
}
],
name="Relational",
version="2.1",
version="2.2",
)

@ -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/