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
9c6c7b7b
Commit
9c6c7b7b
authored
Jun 30, 2020
by
Maxime Perrotin
Browse files
Update version
parent
2bb129d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9c6c7b7b
...
...
@@ -117,6 +117,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
3.
0.9 (06/2020)
-
Minor fixes in C backend related to case sensitivity
3.
0.8 (06/2020)
-
Support ASN.1 integer constants with no range (plain x INTEGER ::= 5)
-
Check that procedures with a return type are called only from TASKs
...
...
opengeode/opengeode.py
View file @
9c6c7b7b
...
...
@@ -140,7 +140,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'3.0.
8
'
__version__
=
'3.0.
9
'
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