Skip to content

Commit ad64432

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0b2
1 parent 8f1207b commit ad64432

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v5.0b2 released on 2018-12-26
4+
5+
* Added `construct.extract_isosurface` function
6+
* Updated `VisVTK` module
7+
* Updated `vis.VisAbstract` class
8+
* Minor fixes and updates
9+
310
## v5.0b1 released on 2018-12-21
411

512
* Simplified `abstract` module and moved all abstract classes to their relevant modules

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__ = "5.0b1"
8+
__version__ = "5.0b2"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)