Skip to content

Commit

Permalink
Version bump to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Oct 6, 2018
1 parent 57ffbf0 commit 9d6cf13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NURBS-Python Changelog

## 4.3.1 released on 2018-10-06

* Fixed a bug causing Plotly surface visualization module to show extra lines
* Added `exchange.export_smesh()` function
* Minor bug fixes and documentation updates

## 4.3.0 released on 2018-10-01

* Added `Tessellate` class for customization of the surface tessellation algorithms
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"""

__author__ = "Onur Rauf Bingol"
__version__ = "4.3.0"
__version__ = "4.3.1"
__license__ = "MIT"

0 comments on commit 9d6cf13

Please sign in to comment.