From ba925018a01825140fdb5243c7bed4ecf92b66b7 Mon Sep 17 00:00:00 2001 From: "Onur R. Bingol" Date: Fri, 19 Apr 2019 15:18:02 -0500 Subject: [PATCH] Release v5.2.3 --- CHANGELOG.md | 8 ++++++++ geomdl/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd827c6..0faead78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/geomdl/__init__.py b/geomdl/__init__.py index 8808f0ad..e300280c 100644 --- a/geomdl/__init__.py +++ b/geomdl/__init__.py @@ -5,7 +5,7 @@ """ # Library version -__version__ = "5.2.2" +__version__ = "5.2.3" # Author and licence __author__ = "Onur Rauf Bingol"