More changing to 2.0
This commit is contained in:
parent
b4b23b8913
commit
9d9a7d8b56
@ -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.3"
|
||||
return "2.0"
|
||||
return "No version"
|
||||
|
||||
@application.route('/feedback/<id>')
|
||||
|
@ -21,7 +21,7 @@ from distutils.core import setup
|
||||
|
||||
def c_setup(name):
|
||||
setup(
|
||||
version='1.3',
|
||||
version='2.0',
|
||||
name=name,
|
||||
packages=(name,),
|
||||
author="Salvo 'LtWorf' Tomaselli",
|
||||
|
Loading…
Reference in New Issue
Block a user