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
57aa92d4
Commit
57aa92d4
authored
Feb 15, 2019
by
Maxime Perrotin
Browse files
Update version/README
parent
fa44ab81
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
57aa92d4
...
...
@@ -134,6 +134,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
2.
0.21 (02/2019)
-
Fix regression in simulation build script
2.
0.20 (02/2019)
-
Added "val" operator to convert a number to an enumerant
useage: someVal := val (0, MyEnumeratedType)
...
...
opengeode/opengeode.py
View file @
57aa92d4
...
...
@@ -141,7 +141,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'2.0.2
0
'
__version__
=
'2.0.2
1
'
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
.
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