Skip to content

Commit

Permalink
Merge pull request #26 from DataDog/yann/update-to-0.2.1
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
yannmh committed Apr 6, 2015
2 parents f56663a + d924596 commit c705681
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

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

- Import json module from `datadog.compat`
- Fix test requirements
- Contributing update

See [#8][], thanks [@benweatherman][]

0.2.0 / 2015.03.31
==================

Expand All @@ -20,6 +29,8 @@
<!--- The following link definition list is generated by PimpMyChangelog --->
[#6]: https://github.com/DataDog/datadogpy/issues/6
[#7]: https://github.com/DataDog/datadogpy/issues/7
[#8]: https://github.com/DataDog/datadogpy/issues/8
[#9]: https://github.com/DataDog/datadogpy/issues/9
[@benweatherman]: https://github.com/benweatherman
[@miketheman]: https://github.com/miketheman
[@yannmh]: https://github.com/yannmh
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.0",
version="0.2.1",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit c705681

Please sign in to comment.