Skip to content

Commit 201f0b1

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0.2
1 parent 7e165b0 commit 201f0b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## v5.0.1 released on 2019-02-22
49

510
* Fix an issue in setup.py causing generation of an incompatible wheel for Python 2.7

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.0.1"
8+
__version__ = "5.0.2"
99

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

0 commit comments

Comments
 (0)