Skip to content

Commit 7374b29

Browse files
author
Onur Rauf Bingol
committed
Version bump to v4.4.0
1 parent 3168eef commit 7374b29

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 4.4.0 released on 2018-11-10
4+
5+
* Added and updated import and export methods. Unfortunately, this update breaks .cfg exports prior to v4.4.x; therefore, you might need to re-export your .cfg exports.
6+
* `export_cfg`, `import_cfg`
7+
* `export_yaml`, `import_yaml`
8+
* `export_json`, `import_json`
9+
* `exchange` module code optimizations
10+
311
## 4.3.8 released on 2018-11-08
412

513
* Fixed a bug in bounding box computation

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

0 commit comments

Comments
 (0)