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
cff878c8
Commit
cff878c8
authored
Mar 31, 2021
by
Maxime Perrotin
Browse files
Update version
parent
74e1345b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cff878c8
...
...
@@ -124,6 +124,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
**3.4.3 (03/2021)**
-
Ignore duplicate signal definition at system level (impacts only taste systems)
**3.4.2 (03/2021)**
-
Minor bugfix
...
...
opengeode/opengeode.py
View file @
cff878c8
...
...
@@ -141,7 +141,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'3.4.
2
'
__version__
=
'3.4.
3
'
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