diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ff0e01a5..1f2fc8f5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.14.15] - 2020-02-14 + +### Fixed + + - Add import of distutils.util to settings.py fixing missing module error + ## [0.14.14] - 2019-06-12 ### Fixed diff --git a/setup.py b/setup.py index 7682450a48..013195a38c 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _read_reqs(relpath): setuptools.setup( name="biggraphite", - version="0.14.14", + version="0.14.15", maintainer="Criteo Graphite Team", maintainer_email="github@criteo.com", description="Simple Scalable Time Series Database.",