Prepare for new version
This commit is contained in:
parent
dabd746a5e
commit
be0d95b838
@ -1,3 +1,5 @@
|
||||
1.3
|
||||
|
||||
1.2
|
||||
- Better tokenizer, gives more indicative errors
|
||||
- Parser gives more indicative errors
|
||||
|
@ -12,7 +12,7 @@ def m(request, *args, **kwargs):
|
||||
@application.route("/version/<id>")
|
||||
def show_version(request, *args, **kwargs):
|
||||
if kwargs["id"] == "relational":
|
||||
return "1.2"
|
||||
return "1.3"
|
||||
return "No version"
|
||||
|
||||
@application.route('/feedback/<id>')
|
||||
|
@ -24,7 +24,7 @@ import os
|
||||
import os.path
|
||||
import getopt
|
||||
from relational import relation, parser
|
||||
version = "1.2"
|
||||
version = "1.3"
|
||||
|
||||
|
||||
def printver(exit=True):
|
||||
|
@ -21,7 +21,7 @@ from distutils.core import setup
|
||||
|
||||
def c_setup(name):
|
||||
setup(
|
||||
version='1.1',
|
||||
version='1.3',
|
||||
name=name,
|
||||
packages=(name,),
|
||||
author="Salvo 'LtWorf' Tomaselli",
|
||||
|
@ -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. 1.2
|
||||
AppVerName=Relational ver. 1.3
|
||||
AppPublisher=Salvo 'LtWorf' Tomaselli
|
||||
AppPublisherURL=https://github.com/ltworf/relational
|
||||
AppSupportURL=https://github.com/ltworf/relational
|
||||
|
Loading…
Reference in New Issue
Block a user