tagged version 0.8

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@88 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf 2009-02-24 14:56:08 +00:00
parent cea59b2c4d
commit f8fe680667
2 changed files with 3 additions and 1 deletions

View File

@ -56,3 +56,5 @@
- Relation module has SQL-like insert
- GUI can be used to insert and delete tuples
- Showing fields of selected relation will work with themes different than oxygen
0.9

View File

@ -24,7 +24,7 @@ import parser
import relation
import maingui
version="0.8"
version="0.9"
if __name__ == "__main__":
if len (sys.argv) > 1 and sys.argv[1] == "-v":