Skip to content

Commit

Permalink
Version bump to v5.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Jan 18, 2019
1 parent a60481b commit db8df45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v5.0b5 released on 2019-01-17

* Minor API updates and fixes
* Added more convenience methods to spline geometry classes
* Minor fixes and updates in `exchange` module
* Documentation updates
* Added volume support to dict-based import and exports, i.e. cfg, yaml, json
* Updated CI configurations
* Added CircleCI support for automation of deployment to PyPI, Anaconda Cloud and Docker Hub
* Updated TravisCI support to use tox and tox environments
* Updated AppVeyor support to generate Cython-compiled versions of geomdl as artifacts
* Added support for star imports, i.e. `from geomdl import *`

## v5.0b4 released on 2018-12-31

* Added `abstract.Geometry` and `abstract.SplineGeometry` classes
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.0b4"
__version__ = "5.0b5"

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

0 comments on commit db8df45

Please sign in to comment.