Skip to content

Commit cd1faad

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.3.3
1 parent 329c3eb commit cd1faad

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.3 released on 2018-10-31
4+
5+
* Fix a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class
6+
* Documentation updates
7+
38
## 4.3.2 released on 2018-10-19
49

510
* Hodograph curve and surface computation: `operations.derivative_curve()` and `operations.derivative_surface()`

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.2"
8+
__version__ = "4.3.3"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)