Merge pull request #27 from ltworf/vbump

Version bump to 3.0
master
Salvo 'LtWorf' Tomaselli 2020-08-13 10:20:05 +07:00 committed by GitHub
commit 6c66f099cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

2
debian/changelog vendored

@ -1,4 +1,4 @@
relational (2.6-1) UNRELEASED; urgency=low relational (3.0-1) UNRELEASED; urgency=low
* New upstream release * New upstream release
* Bump compat to 13 * Bump compat to 13

@ -12,7 +12,7 @@ def m(request, *args, **kwargs):
@application.route("/version/<id>") @application.route("/version/<id>")
def show_version(request, *args, **kwargs): def show_version(request, *args, **kwargs):
if kwargs["id"] == "relational": if kwargs["id"] == "relational":
return "2.6" return "3.0"
return "No version" return "No version"
@application.route('/feedback/<id>') @application.route('/feedback/<id>')

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Relational # Relational
# Copyright (C) 2008-2017 Salvo "LtWorf" Tomaselli # Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli
# #
# Relational is free software: you can redistribute it and/or modify # Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -22,7 +22,7 @@ import os
import os.path import os.path
import getopt import getopt
version = "2.6" version = "3.0"
def printver(exit=True): def printver(exit=True):
@ -36,7 +36,7 @@ def printver(exit=True):
print () print ()
print ("Written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>") print ("Written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>")
print () print ()
print ("http://ltworf.github.io/relational/") print ("https://ltworf.github.io/relational/")
if exit: if exit:
sys.exit(0) sys.exit(0)

@ -1,5 +1,5 @@
# Relational # Relational
# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli # Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli
# #
# Relational is free software: you can redistribute it and/or modify # Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -20,13 +20,13 @@ from distutils.core import setup
def c_setup(name): def c_setup(name):
setup( setup(
version='2.6', version='3.0',
name=name, name=name,
packages=(name,), packages=(name,),
author="Salvo 'LtWorf' Tomaselli", author="Salvo 'LtWorf' Tomaselli",
author_email='tiposchi@tiscali.it', author_email='tiposchi@tiscali.it',
maintainer="Salvo 'LtWorf' Tomaselli", maintainer="Salvo 'LtWorf' Tomaselli",
maintainer_email='tiposchi@tiscali.it', maintainer_email='tiposchi@tiscali.it',
url='http://ltworf.github.io/relational/', url='https://ltworf.github.io/relational/',
license='GPL3', license='GPL3',
) )

@ -1,5 +1,5 @@
# Relational # Relational
# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli # Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli
# #
# Relational is free software: you can redistribute it and/or modify # Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -53,5 +53,5 @@ setup(
} }
], ],
name="Relational", name="Relational",
version="2.6", version="3.0",
) )

@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD} AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
AppName=Relational AppName=Relational
AppVerName=Relational ver. 2.6 AppVerName=Relational ver. 3.0
AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisher=Salvo 'LtWorf' Tomaselli
AppPublisherURL=http://ltworf.github.io/relational/ AppPublisherURL=http://ltworf.github.io/relational/
AppSupportURL=http://ltworf.github.io/relational/ AppSupportURL=http://ltworf.github.io/relational/