Skip to content

Commit

Permalink
Release 0.14.10
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gentil <[email protected]>
  • Loading branch information
Adrien Gentil committed Feb 19, 2019
1 parent a97ecf9 commit 74e0ceb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.10] - 2019-02-19

### Improved

- Wait metadata to be read before touching them

## [0.14.9] - 2019-02-14

### Improved
Expand Down Expand Up @@ -479,7 +485,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.9...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.10...HEAD
[0.14.10]: https://github.com/criteo/biggraphite/compare/v0.14.9...v0.14.10
[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
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.9",
version="0.14.10",
maintainer="Criteo Graphite Team",
maintainer_email="[email protected]",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit 74e0ceb

Please sign in to comment.