We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d80a1 commit ac5cc78Copy full SHA for ac5cc78
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v5.0b7 released on 2019-02-17
4
+
5
+* Fixed a critical bug in smesh and vmesh importers
6
+* Added an option to change knot insertion and removal algorithms in the geometry classes
7
+* Documentation updates
8
9
## v5.0b6 released on 2019-02-16
10
11
* Added `exchange.import_obj` function
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0b6"
+__version__ = "5.0b7"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments