Skip to content

Commit 3e78169

Browse files
author
James Socol
committed
Version bump for IPv4 and floats.
1 parent d6b7ebe commit 3e78169

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Statsd Changelog
22
================
33

4+
Version 0.5.1
5+
-------------
6+
7+
- Stop supporting IPv6. StatsD doesn't support it, and it breaks things.
8+
- incr, decr, and gauge now support floating point values.
9+
410
Version 0.5.0
511
-------------
612

statsd/__init__.py

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

1212
__all__ = ['StatsClient', 'statsd']
1313

14-
VERSION = (0, 5, 0)
14+
VERSION = (0, 5, 1)
1515
__version__ = '.'.join(map(str, VERSION))
1616

1717

0 commit comments

Comments
 (0)