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
b284084e
Commit
b284084e
authored
Jan 31, 2016
by
Maxime Perrotin
Browse files
Update version
parent
0a3694b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b284084e
...
...
@@ -141,6 +141,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
1.
3.11
-
Parser is more tolerant to incomplete systems
1.
3.9/10 (01/2016)
-
Checker verifies that decision coverage is complete on Real and Boolean
types
...
...
opengeode/opengeode.py
View file @
b284084e
...
...
@@ -117,7 +117,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.3.1
0
'
__version__
=
'1.3.1
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
.
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