Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
4af3899d
Commit
4af3899d
authored
May 24, 2018
by
Maxime Perrotin
Browse files
Update to version 2.0.7
parent
edcb9a77
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4af3899d
...
...
@@ -141,6 +141,10 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
2.
0.7 (05/2018)
-
Add option to generate code with QGen (C and Ada)
-
Better reporting of model parsing error
\
2.
0.6 (05/2018)
-
Several fixes with the Append operator when working on complex types
...
...
opengeode/opengeode.py
View file @
4af3899d
...
...
@@ -141,7 +141,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'2.0.
6
'
__version__
=
'2.0.
7
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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