Skip to content

Commit d70347d

Browse files
author
Onur R. Bingol
committed
Version bump to v5.1.1
1 parent 1b82ad4 commit d70347d

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.1.1 released on 2019-02-26
4+
5+
* Fix a bug while taking the surface derivative
6+
37
## v5.1.0 released on 2019-02-25
48

59
* Added `alpha` configuration directive to `VisMPL` to control opacity of the evaluated points

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.1.0"
8+
__version__ = "5.1.1"
99

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

0 commit comments

Comments
 (0)