From ad6443234857bbd45b840fff1f617469f835a3a9 Mon Sep 17 00:00:00 2001 From: Onur Rauf Bingol Date: Wed, 26 Dec 2018 21:47:17 -0600 Subject: [PATCH] Version bump to v5.0b2 --- CHANGELOG.md | 7 +++++++ geomdl/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16c5432..08107c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v5.0b2 released on 2018-12-26 + +* Added `construct.extract_isosurface` function +* Updated `VisVTK` module +* Updated `vis.VisAbstract` class +* Minor fixes and updates + ## v5.0b1 released on 2018-12-21 * Simplified `abstract` module and moved all abstract classes to their relevant modules diff --git a/geomdl/__init__.py b/geomdl/__init__.py index a9067fcb..72e849fb 100644 --- a/geomdl/__init__.py +++ b/geomdl/__init__.py @@ -5,5 +5,5 @@ """ __author__ = "Onur Rauf Bingol" -__version__ = "5.0b1" +__version__ = "5.0b2" __license__ = "MIT"