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

Commit

Permalink
Merge pull request #121 from librato/new_release
Browse files Browse the repository at this point in the history
New release 1.0.3
  • Loading branch information
drio authored Jun 24, 2016
2 parents ca9c176 + a5b0485 commit b1adb3e
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.3
* Adds missing property in streams

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

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.2"
__version__ = "1.0.3"

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

Please sign in to comment.