Skip to content

Commit db8df45

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0b5
1 parent a60481b commit db8df45

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v5.0b5 released on 2019-01-17
4+
5+
* Minor API updates and fixes
6+
* Added more convenience methods to spline geometry classes
7+
* Minor fixes and updates in `exchange` module
8+
* Documentation updates
9+
* Added volume support to dict-based import and exports, i.e. cfg, yaml, json
10+
* Updated CI configurations
11+
* Added CircleCI support for automation of deployment to PyPI, Anaconda Cloud and Docker Hub
12+
* Updated TravisCI support to use tox and tox environments
13+
* Updated AppVeyor support to generate Cython-compiled versions of geomdl as artifacts
14+
* Added support for star imports, i.e. `from geomdl import *`
15+
316
## v5.0b4 released on 2018-12-31
417

518
* Added `abstract.Geometry` and `abstract.SplineGeometry` classes

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.0b4"
8+
__version__ = "5.0b5"
99

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

0 commit comments

Comments
 (0)