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
44cdf21d
Commit
44cdf21d
authored
Apr 04, 2019
by
Maxime Perrotin
Browse files
Increase version
parent
90020750
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
44cdf21d
...
...
@@ -135,6 +135,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
2.
0.34 (04/2019)
-
Relax range check for substrings
2.
0.33 (04/2019)
-
Fix unicode issue in Ada backend when using substrings
...
...
opengeode/opengeode.py
View file @
44cdf21d
...
...
@@ -85,7 +85,7 @@ except ImportError:
from
PySide
import
QtGui
,
QtCore
from
PySide.QtCore
import
(
Qt
,
QSize
,
QFile
,
QIODevice
,
QRectF
,
QTimer
,
QPoint
,
QPointF
,
QLineF
,
QFileInfo
)
QPointF
,
QLineF
,
QFileInfo
,
QSettings
)
from
PySide.QtUiTools
import
QUiLoader
from
PySide
import
QtSvg
...
...
@@ -141,7 +141,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'2.0.3
3
'
__version__
=
'2.0.3
4
'
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