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

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Derrett committed Jul 6, 2016
1 parent 4b94cae commit 2036bd9
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.4
* Fix issue loading streams with gap_detection set; fix 403 error parsing

### Version 1.0.3
* Adds missing property in streams

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.3"
__version__ = "1.0.4"

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

Please sign in to comment.