Skip to content

Commit ac5cc78

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0b7
1 parent 21d80a1 commit ac5cc78

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
# Changelog
22

3+
## v5.0b7 released on 2019-02-17
4+
5+
* Fixed a critical bug in smesh and vmesh importers
6+
* Added an option to change knot insertion and removal algorithms in the geometry classes
7+
* Documentation updates
8+
39
## v5.0b6 released on 2019-02-16
410

511
* Added `exchange.import_obj` function

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Library version
8-
__version__ = "5.0b6"
8+
__version__ = "5.0b7"
99

1010
# Author and licence
1111
__author__ = "Onur Rauf Bingol"

0 commit comments

Comments
 (0)