* bump version * Sets the content-type to JSON when writing to Librato
0.6.1
-----
* bump version * fix sample OverflowError * cleanup imports * remove statprof from python3 test env
0.6
---
* bump version * warn about profiler not working on python 3 * skip profiler test for python3 * adding a Profiler instrument * fix typo in logger reporter * fix typo in graphite reporter * fix stddev return value * remove statsd reporter import * remove non-working statsd reporter for now * add astrolabe in requirements
0.5
---
* bump version * require newest astrolabe * use astrolabe for timers * fix typo * bump version * Fixing Graphite & statsd socket error * fix python 2.6 tests * add requirements.txt file * run tests for jython too
0.4
---
* bump version * update README with the new librato reporter * add docs and tests for librato reporter * make librato reporter actually report data * add missing project files * improve package description
0.3.3
-----
* bump version * add missing MANIFEST * make README more complete * add some reporter documentation * raise a RegistryException rahter than a RuntimeError * use new format * prettier code, fixed one typo, import just time.time