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

Commit cc8c50e

Browse files
author
Yann
committed
Merge pull request #31 from DataDog/yann/v0.5.5
v0.5.5
2 parents dd4880c + d448d7c commit cc8c50e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
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.5
74+
- Revert usage of Python property for socket introduced in 0.5.4, to avoid backward incompatibilities, and performance degradation
7375
- 0.5.4
7476
- Do not open a socket when `DogStatsd` is instantiated (thanks to [benweatherman](https://github.com/benweatherman))
7577
- 0.5.3

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.4",
6+
version = "0.5.5",
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)