Skip to content

Commit

Permalink
Bump to 0.13.12
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gentil <a.gentil@criteo.com>
  • Loading branch information
Adrien Gentil committed Dec 13, 2018
1 parent e02dd07 commit 7699064
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
-

## [0.13.12] - 2018-12-13

### Fixed
- adapt biggraphite to use the new prometheus client API

## [0.13.11] - 2018-12-12

### Fixed
Expand Down Expand Up @@ -322,7 +327,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- We are going to do releases from now on

[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.13.11...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.13.12...HEAD
[0.13.11]: https://github.com/criteo/biggraphite/compare/v0.13.11...v0.13.12
[0.13.11]: https://github.com/criteo/biggraphite/compare/v0.13.10...v0.13.11
[0.13.10]: https://github.com/criteo/biggraphite/compare/v0.13.9...v0.13.10
[0.13.9]: https://github.com/criteo/biggraphite/compare/v0.13.8...v0.13.9
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.13.11",
version="0.13.12",
maintainer="Criteo Graphite Team",
maintainer_email="github@criteo.com",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit 7699064

Please sign in to comment.