Skip to content

Commit e4287d2

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.3.4
1 parent bdf7b9c commit e4287d2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# NURBS-Python Changelog
22

3+
## 4.3.4 released on 2018-11-01
4+
5+
* Updated `operations.translate()` function to make it compatible with multi curves and surfaces
6+
* Added conda-build recipe
7+
38
## 4.3.3 released on 2018-10-31
49

5-
* Fix a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class
10+
* Fixed a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class
611
* Documentation updates
712

813
## 4.3.2 released on 2018-10-19

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

0 commit comments

Comments
 (0)