Skip to content

Commit

Permalink
Merge pull request #31 from DataDog/yann/v0.3
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
yannmh committed Apr 8, 2015
2 parents 3e61294 + 45da030 commit 75d89ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

0.3.0 / 2015.04.08
==================

- `DATADOG_HOST` environment variable to determine which API host to use, [#30][]

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

Expand Down Expand Up @@ -36,6 +41,7 @@ See [#8][], thanks [@benweatherman][]
[#7]: https://github.com/DataDog/datadogpy/issues/7
[#8]: https://github.com/DataDog/datadogpy/issues/8
[#9]: https://github.com/DataDog/datadogpy/issues/9
[#30]: https://github.com/DataDog/datadogpy/issues/30
[@benweatherman]: https://github.com/benweatherman
[@miketheman]: https://github.com/miketheman
[@yannmh]: https://github.com/yannmh
[@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.2",
version="0.3.0",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit 75d89ae

Please sign in to comment.