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 9970650 commit 3b799cbCopy full SHA for 3b799cb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# NURBS-Python Changelog
2
3
+## 4.3.7 released on 2018-11-07
4
+
5
+* Added `bbox` property to `Multi`-type classes
6
+* Documentation updates
7
8
## 4.3.6 released on 2018-11-04
9
10
* Added `evalpts` property to `Multi` type of classes
geomdl/__init__.py
@@ -5,5 +5,5 @@
"""
__author__ = "Onur Rauf Bingol"
-__version__ = "4.3.6"
+__version__ = "4.3.7"
__license__ = "MIT"
0 commit comments