summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2013-07-24 18:47:18 +0000
committerJames Socol <me@jamessocol.com>2013-07-24 18:47:18 +0000
commit601aeb534a485ebc753d917dd99478c4c534d3cf (patch)
tree7bc10f1036fefa3172c7f5f9b3322dd864f1d365
parent9be7f5c4f2437f9aa7f4942eca241cb74ba81104 (diff)
downloadpystatsd-601aeb534a485ebc753d917dd99478c4c534d3cf.tar.gz
Version bump 2.0.2v2.0.2
-rw-r--r--CHANGES6
-rw-r--r--docs/conf.py2
-rw-r--r--statsd/_version.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 27406cf..3362b74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Statsd Changelog
================
+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/docs/conf.py b/docs/conf.py
index e9a6df3..8590486 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,7 @@ copyright = u'2012, James Socol'
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
-release = '2.0.0'
+release = '2.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/statsd/_version.py b/statsd/_version.py
index 3f39079..668c344 100644
--- a/statsd/_version.py
+++ b/statsd/_version.py
@@ -1 +1 @@
-__version__ = '2.0.1'
+__version__ = '2.0.2'