Skip to content

Commit

Permalink
Merge pull request #50 from DataDog/yann/v0.5.0
Browse files Browse the repository at this point in the history
v0.5.0
  • Loading branch information
yannmh committed May 19, 2015
2 parents 9225a63 + e14f7e3 commit 053db1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

0.5.0 / 2015.05.19
==================
* [FEATURE] Add support for metric query API, [#45][]
* [BUGFIX] Fix an unexpected exception raised in `initialize` method on Windows with Python3.4, [#47][]

0.4.0 / 2015.04.24
==================
* [FEATURE] Initialize API parameters from environment variables, [#43][]
Expand Down Expand Up @@ -38,7 +43,7 @@ See [#8][], thanks [@benweatherman][]
0.1.2 / 2015.03.23
==================

* [BUGFIX] Fix a typo that was causing an initialization issue with `datadog.dogshell`, [#7][] [@yannmh][]
* [BUGFIX] Fix a typo that was causing an initialization issue with `datadog.dogshell`, [#7][]

0.1 / 2015.03.10
================
Expand All @@ -57,6 +62,7 @@ See [#8][], thanks [@benweatherman][]
[#41]: https://github.com/DataDog/datadogpy/issues/41
[#42]: https://github.com/DataDog/datadogpy/issues/42
[#43]: https://github.com/DataDog/datadogpy/issues/43
[#45]: https://github.com/DataDog/datadogpy/issues/45
[#47]: https://github.com/DataDog/datadogpy/issues/47
[@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.4.0",
version="0.5.0",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit 053db1a

Please sign in to comment.