We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e165b0 commit 201f0b1Copy full SHA for 201f0b1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# geomdl Changelog
2
3
+## v5.0.2 released on 2019-02-22
4
+
5
+* Removed dependency `enum34` since it was causing problems with Python 3
6
+* Fixed some minor bugs
7
8
## v5.0.1 released on 2019-02-22
9
10
* Fix an issue in setup.py causing generation of an incompatible wheel for Python 2.7
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0.1"
+__version__ = "5.0.2"
# Author and licence
11
__author__ = "Onur Rauf Bingol"
0 commit comments