Skip to content

Commit

Permalink
Merge pull request #28 from DataDog/yann/v0.2.2
Browse files Browse the repository at this point in the history
v0.2.2
  • Loading branch information
yannmh committed Apr 6, 2015
2 parents c705681 + 095fc12 commit 52e999e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG

0.2.1 / 2015.04.06
0.2.2 / 2015.04.06
==================

- Fix a left 'pdb' statement

0.2.1 / REMOVED
==================

- Import json module from `datadog.compat`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="datadog",
version="0.2.1",
version="0.2.2",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit 52e999e

Please sign in to comment.