Skip to content

Commit 9d6cf13

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.3.1
1 parent 57ffbf0 commit 9d6cf13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 4.3.1 released on 2018-10-06
4+
5+
* Fixed a bug causing Plotly surface visualization module to show extra lines
6+
* Added `exchange.export_smesh()` function
7+
* Minor bug fixes and documentation updates
8+
39
## 4.3.0 released on 2018-10-01
410

511
* Added `Tessellate` class for customization of the surface tessellation algorithms

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

0 commit comments

Comments
 (0)