Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drio committed Aug 25, 2016
1 parent 3f23616 commit 4dea891
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### Version 2.0.0
* Multi Dimension support
* pep8 compliant
* All that thanks to @vaidy4github great work

### Version 1.0.7
* Better response handling (Thanks @jhaegg).

Expand Down
2 changes: 1 addition & 1 deletion librato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from librato.annotations import Annotation
from librato.spaces import Space, Chart

__version__ = "1.0.7"
__version__ = "2.0.0"

# Defaults
HOSTNAME = "metrics-api.librato.com"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="librato-metrics",
version="1.0.7", # Update also in __init__ ; look into zest.releaser to avoid having two versions
version="2.0.0", # Update also in __init__ ; look into zest.releaser to avoid having two versions
description="Python API Wrapper for Librato",
long_description="Python Wrapper for the Librato Metrics API: http://dev.librato.com/v1/metrics",
author="Librato",
Expand Down

0 comments on commit 4dea891

Please sign in to comment.