Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Bump version to 0.14.9
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Weber-Marx <[email protected]>
  • Loading branch information
jfwm2 committed Feb 14, 2019
1 parent a7377cb commit c498c4a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.8] - 2018-01-04
## [0.14.9] - 2019-02-14

### Improved

- Pass correct time argument to carbonlink merge function
- Adding docker-compose setup to test biggraphite

### Fixed

- Fixed accessor cache on python 3.x
- Fixed bug in ES metrics_matching_glob
- Fixed data read/write consistency level in cassandra driver

## [0.14.8] - 2019-01-04

### Fixed

Expand Down Expand Up @@ -466,7 +479,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.8...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.9...HEAD
[0.14.9]: https://github.com/criteo/biggraphite/compare/v0.14.8...v0.14.9
[0.14.8]: https://github.com/criteo/biggraphite/compare/v0.14.7...v0.14.8
[0.14.7]: https://github.com/criteo/biggraphite/compare/v0.14.6...v0.14.7
[0.14.6]: https://github.com/criteo/biggraphite/compare/v0.14.5...v0.14.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _read_reqs(relpath):

setuptools.setup(
name="biggraphite",
version="0.14.8",
version="0.14.9",
maintainer="Criteo Graphite Team",
maintainer_email="[email protected]",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit c498c4a

Please sign in to comment.