From e55a9b77a7517a15c38643f6a595281de916eba2 Mon Sep 17 00:00:00 2001 From: Geoffrey Beausire Date: Thu, 13 Dec 2018 10:26:19 +0100 Subject: [PATCH] Bump version to 0.14.4 --- CHANGELOG.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337de20582..fb175377aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.14.4] - 2018-12-13 + ### Fixed - monitoring: some Cassandra counters were stuck at 0 - Cassandra backend returned empty results in traced environment - specifing the same data driver as metadata driver lead to runtime errors +- diskcache not used with Cassandra ## [0.14.3] - 2018-11-26 @@ -432,7 +435,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - We are going to do releases from now on -[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.3...HEAD +[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.4...HEAD +[0.14.4]: https://github.com/criteo/biggraphite/compare/v0.14.3...v0.14.4 [0.14.3]: https://github.com/criteo/biggraphite/compare/v0.14.2...0.14.3 [0.14.2]: https://github.com/criteo/biggraphite/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/criteo/biggraphite/compare/v0.14.0...v0.14.1 diff --git a/setup.py b/setup.py index 596d61a425..2483f729cb 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def _read_reqs(relpath): setuptools.setup( name="biggraphite", - version="0.14.3", + version="0.14.4", maintainer="Criteo Graphite Team", maintainer_email="github@criteo.com", description="Simple Scalable Time Series Database.",