Skip to content

Commit 3a16ec5

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.3.6
1 parent 114b51d commit 3a16ec5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# NURBS-Python Changelog
22

3+
## 4.3.6 released on 2018-11-04
4+
5+
* Added `evalpts` property to `Multi` type of classes
6+
* Updated conda-build recipe
7+
38
## 4.3.5 released on 2018-11-03
49

510
* Updated `delta` and `sample_size` properties of `MultiCurve` and `MultiSurface` classes. They are now compatible with `Curve` and `Surface` classes.

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"""
66

77
__author__ = "Onur Rauf Bingol"
8-
__version__ = "4.3.5"
8+
__version__ = "4.3.6"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)