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
ff6ef1d9
Commit
ff6ef1d9
authored
Jan 18, 2019
by
Maxime Perrotin
Browse files
Inceease version number
parent
11252539
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ff6ef1d9
...
...
@@ -134,6 +134,10 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
2.
0.19 (01/2019)
-
for CHOICE types variables can be declared with enumerated type
corresponding to the choice distriminant. CHOICE type is suffixed by
"-selection", and the "present" operator now returns type type
2.
0.18 (12/2018)
-
Generate code in the current directory, not in the one of the .pr
...
...
opengeode/opengeode.py
View file @
ff6ef1d9
...
...
@@ -141,7 +141,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'2.0.1
8
'
__version__
=
'2.0.1
9
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
tests/regression/test-demo2callers/check
View file @
ff6ef1d9
No preview for this file type
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