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
7fd92b9d
Commit
7fd92b9d
authored
Feb 16, 2018
by
Maxime Perrotin
Browse files
Increase version
parent
9e1defb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7fd92b9d
...
...
@@ -141,6 +141,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
2.
0.1 (02/2018)
-
Detect type mismatches when user mixes signed and unsigned variables
2.
0.0 (02/2018)
-
V2 of Opengeode is based on ASN1SCC V4 and is not compatible with V3
-
Main changes concern support of unsigned numbers in ASN.1 types
...
...
opengeode/opengeode.py
View file @
7fd92b9d
...
...
@@ -139,7 +139,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'2.0.
0
'
__version__
=
'2.0.
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
.
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