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:
parent
cea59b2c4d
commit
f8fe680667
@ -56,3 +56,5 @@
|
|||||||
- Relation module has SQL-like insert
|
- Relation module has SQL-like insert
|
||||||
- GUI can be used to insert and delete tuples
|
- GUI can be used to insert and delete tuples
|
||||||
- Showing fields of selected relation will work with themes different than oxygen
|
- Showing fields of selected relation will work with themes different than oxygen
|
||||||
|
|
||||||
|
0.9
|
||||||
|
@ -24,7 +24,7 @@ import parser
|
|||||||
import relation
|
import relation
|
||||||
import maingui
|
import maingui
|
||||||
|
|
||||||
version="0.8"
|
version="0.9"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if len (sys.argv) > 1 and sys.argv[1] == "-v":
|
if len (sys.argv) > 1 and sys.argv[1] == "-v":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user