Skip to content

Commit

Permalink
Version bump to v5.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Dec 27, 2018
1 parent 8f1207b commit ad64432
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"""

__author__ = "Onur Rauf Bingol"
__version__ = "5.0b1"
__version__ = "5.0b2"
__license__ = "MIT"

0 comments on commit ad64432

Please sign in to comment.