Skip to content

Commit 6be83b9

Browse files
author
Onur Rauf Bingol
committed
Release v5.2.6
1 parent 7ad696d commit 6be83b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# geomdl Changelog
22

3+
## v5.2.6 released on 2019-05-21
4+
5+
* Fixed imports in `control_points` module
6+
37
## v5.2.5 released on 2019-05-21
48

59
* Improved `linalg` module

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Library version
8-
__version__ = "5.2.5"
8+
__version__ = "5.2.6"
99

1010
# Author and licence
1111
__author__ = "Onur Rauf Bingol"

0 commit comments

Comments
 (0)