summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'