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
b1f03479
Commit
b1f03479
authored
Apr 14, 2021
by
Maxime Perrotin
Browse files
Update version
parent
7548d633
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b1f03479
...
@@ -124,6 +124,10 @@ The background pattern was downloaded from www.subtlepatterns.com
...
@@ -124,6 +124,10 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
Changelog
=========
=========
**3.5.1 (04/2021)**
-
Support aliases:
dcl var type renames foo.bar.baz;
**3.5.0 (04/2021)**
**3.5.0 (04/2021)**
-
Support Input/Ouput expressions for model checkers
-
Support Input/Ouput expressions for model checkers
...
...
opengeode/opengeode.py
View file @
b1f03479
...
@@ -141,7 +141,7 @@ except ImportError:
...
@@ -141,7 +141,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'3.5.
0
'
__version__
=
'3.5.
1
'
if
hasattr
(
sys
,
'frozen'
):
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
# 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