Skip to content

Commit

Permalink
Release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Mar 25, 2019
1 parent 8a3c3be commit b3e9df6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# geomdl Changelog

## v5.2.1 released on 2019-03-25

* Minor refactoring in `elements` module (no API change)
* Visualization figure objects are now accessible outside the geometry classes, `render` method returns the figure object
* `vertex_spacing` is set to 1 for consistency between the exchange and visualization modules
* `vertices` property of the `Surface` class returns the exact list of vertices used in generation of the triangles
* Minor bug fixes
* Documentation updates

## v5.2.0 released on 2019-03-22

* Moved some `six` module functions and `backports_functools_lru_cache` module under *geomdl* directory
Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

# Library version
__version__ = "5.2.0"
__version__ = "5.2.1"

# Author and licence
__author__ = "Onur Rauf Bingol"
Expand Down

0 comments on commit b3e9df6

Please sign in to comment.