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

Commit

Permalink
Release 1.0.2 to support Service attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Derrett committed Jun 6, 2016
1 parent a0c2ce8 commit d4b0eb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### Version 1.0.2
* Added support for for Service attributes

### Version 1.0.1
* Stream model supports all stream properties

Expand Down
2 changes: 1 addition & 1 deletion librato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import re
import six

__version__ = "1.0.1"
__version__ = "1.0.2"

# 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.1", # Update also in __init__ ; look into zest.releaser to avoid having two versions
version = "1.0.2", # 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 d4b0eb5

Please sign in to comment.