There was an error while loading. Please reload this page.
1 parent 7ad696d commit 6be83b9Copy full SHA for 6be83b9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# geomdl Changelog
2
3
+## v5.2.6 released on 2019-05-21
4
+
5
+* Fixed imports in `control_points` module
6
7
## v5.2.5 released on 2019-05-21
8
9
* Improved `linalg` module
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.2.5"
+__version__ = "5.2.6"
10
# Author and licence
11
__author__ = "Onur Rauf Bingol"
0 commit comments