Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
2027ff43
Commit
2027ff43
authored
Jul 22, 2015
by
Maxime Perrotin
Browse files
Update version
parent
3f9328d9
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
2027ff43
...
@@ -148,9 +148,10 @@ The fonts are the fonts from Ubuntu, check licence in file FONT-LICENSE.TXT
...
@@ -148,9 +148,10 @@ The fonts are the fonts from Ubuntu, check licence in file FONT-LICENSE.TXT
Changelog
Changelog
=========
=========
1.
1.
1
(07/2015)
1.
1.
2
(07/2015)
-
Strongly report syntax errors with symbol location and warning if user
-
Strongly report syntax errors with symbol location and warning if user
tries to save a model with syntax errors
tries to save a model with syntax errors
-
Better robustness when loading in case of syntax errors
1.
1.0 (07/2015)
1.
1.0 (07/2015)
-
Write/Writeln procedure support enumerated types
-
Write/Writeln procedure support enumerated types
...
...
opengeode/opengeode.py
View file @
2027ff43
...
@@ -115,7 +115,7 @@ except ImportError:
...
@@ -115,7 +115,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.1.
1
'
__version__
=
'1.1.
2
'
if
hasattr
(
sys
,
'frozen'
):
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment