Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit fbb7ccb

Browse files
author
Yann
committed
Merge pull request #26 from DataDog/yann/v0.5.3
v0.5.3
2 parents 6a02d32 + f0d75bf commit fbb7ccb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ To suggest a feature, report a bug, or general discussion, head over
7070
Change Log
7171
----------
7272

73+
- 0.5.3
74+
- Add support for service checks
7375
- 0.5.2
7476
- Recreate a socket on SocketError to not stay stuck
7577
- 0.5.1
@@ -94,4 +96,4 @@ Change Log
9496
License
9597
-------
9698

97-
Copyright (c) 2012 Datadog Inc.
99+
Copyright (c) 2015 Datadog Inc.

setup.py

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

44
setup(
55
name = "dogstatsd-python",
6-
version = "0.5.2",
6+
version = "0.5.3",
77
author = "Datadog, Inc.",
88
author_email = "[email protected]",
99
description = "Python bindings to Datadog's API and a user-facing command line tool.",

0 commit comments

Comments
 (0)