Skip to content

Commit

Permalink
v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Chary committed Mar 5, 2018
1 parent c76f75d commit c37f051
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.10.7] - 2018-02-15

### Added
- Added bgutil graphite_web to debug the graphite web plugin.

### Fixed
- Reduce calls to biggraphite_metadata.metrics_metadata when reading points.

## [0.10.6] - 2018-02-15

### Added
Expand Down Expand Up @@ -200,7 +208,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.10.6...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.10.7...HEAD
[0.10.7]: https://github.com/criteo/biggraphite/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/criteo/biggraphite/compare/v0.10.5...v0.10.6
[0.10.5]: https://github.com/criteo/biggraphite/compare/v0.10.4...v0.10.5
[0.10.4]: https://github.com/criteo/biggraphite/compare/v0.10.3...v0.10.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _read_reqs(relpath):

setuptools.setup(
name="biggraphite",
version="0.10.6",
version="0.10.7",
maintainer="Criteo Graphite Team",
maintainer_email="github@criteo.com",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit c37f051

Please sign in to comment.