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

Commit b1adb3e

Browse files
authored
Merge pull request #121 from librato/new_release
New release 1.0.3
2 parents ca9c176 + a5b0485 commit b1adb3e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### Version 1.0.3
4+
* Adds missing property in streams
5+
36
### Version 1.0.2
47
* Added support for for Service attributes
58

librato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import re
2424
import six
2525

26-
__version__ = "1.0.2"
26+
__version__ = "1.0.3"
2727

2828
# Defaults
2929
HOSTNAME = "metrics-api.librato.com"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name = "librato-metrics",
13-
version = "1.0.2", # Update also in __init__ ; look into zest.releaser to avoid having two versions
13+
version = "1.0.3", # Update also in __init__ ; look into zest.releaser to avoid having two versions
1414
description = "Python API Wrapper for Librato",
1515
long_description="Python Wrapper for the Librato Metrics API: http://dev.librato.com/v1/metrics",
1616
author = "Librato",

0 commit comments

Comments
 (0)