summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <james@bit.ly>2013-08-27 10:21:33 -0400
committerJames Socol <james@bit.ly>2013-08-27 10:21:33 -0400
commitda0005cb30fac365c7bc3a9ab9a4824e1a9c3a49 (patch)
treeaad04d5ecbdc5b9a1b5ef7e164537bcd225675e9
parent08a0102d6ad81ad41da827366cc6bba165c993bd (diff)
downloadpystatsd-da0005cb30fac365c7bc3a9ab9a4824e1a9c3a49.tar.gz
Version 2.0.3.v2.0.3
-rw-r--r--CHANGES9
-rw-r--r--statsd/_version.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3362b74..e7a276f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,21 @@
Statsd Changelog
================
+Version 2.0.3
+-------------
+
+- Handle large numbers in gauges correctly.
+- Add `set` type.
+- Pipelines use parent client's _after method.
+
+
Version 2.0.2
-------------
- Don't try to pop stats off an empty pipeline.
- Fix installs with Django 1.5 on the PYTHONPATH.
+
Version 2.0.1
-------------
diff --git a/statsd/_version.py b/statsd/_version.py
index 668c344..e7c12d2 100644
--- a/statsd/_version.py
+++ b/statsd/_version.py
@@ -1 +1 @@
-__version__ = '2.0.2'
+__version__ = '2.0.3'