Skip to content

Commit

Permalink
Release v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Apr 19, 2019
1 parent e8d2a75 commit ba92501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# geomdl Changelog

## v5.2.3 released on 2019-04-19

* Fix incorrect dict export of trims in trimmed surfaces
* Add analytic trim curve support to trimmed surface dict export
* Change `VolumeContainer` base class from `SurfaceContainer` to `AbstractContainer` and add missing methods
* Documentation updates
* Minor bug fixes and improvements

## v5.2.2 released on 2019-04-17

* Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)
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.2"
__version__ = "5.2.3"

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

0 comments on commit ba92501

Please sign in to comment.