Skip to content

Commit 42b3c69

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0b4
1 parent 8a59b9e commit 42b3c69

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

3+
## v5.0b4 released on 2018-12-31
4+
5+
* Added `abstract.Geometry` and `abstract.SplineGeometry` classes
6+
* Improved `multi` module reusability
7+
* Added animate option to visualization component
8+
* Minor bug fixes and staability improvements
9+
* Documentation updates
10+
311
## v5.0b3 released on 2018-12-28
412

513
* Added [Jinja2](http://jinja.pocoo.org/) template support to JSON, YAML and CFG importers

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.0b3"
8+
__version__ = "5.0b4"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)