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
d15a545e
Commit
d15a545e
authored
Jul 02, 2020
by
Maxime Perrotin
Browse files
Update version
parent
f5664d64
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d15a545e
...
...
@@ -117,6 +117,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
3.
1.2 (07/2020)
-
Reinforce syntax error checking and reporting
3.
1.1 (07/2020)
-
Reinforce syntax error checking and reporting
Don't allow user escape a symbol syntax error: refocus text until fixed
...
...
opengeode/opengeode.py
View file @
d15a545e
...
...
@@ -140,7 +140,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'3.1.
1
'
__version__
=
'3.1.
2
'
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