Skip to content

Commit

Permalink
Version bump to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Feb 22, 2019
1 parent d984f7c commit bead6cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
# geomdl Changelog

## v5.0.0 released on 2019-02-21

* Includes all updates from v5.0b1 to v5.0b7
* Added knot removal for spline volumes
* Added `operations.degree_operations` function for degree elevation and reduction (still WIP)
* Added more surface decomposition options to `operations.decompose_surface` function
* Minor coding improvements and fixes
* Documentation updates

## v5.0b7 released on 2019-02-17

Expand Down
2 changes: 1 addition & 1 deletion geomdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

# Library version
__version__ = "5.0b7"
__version__ = "5.0.0"

# Author and licence
__author__ = "Onur Rauf Bingol"
Expand Down

0 comments on commit bead6cd

Please sign in to comment.