Skip to content

Commit

Permalink
Merge pull request #256 from DataDog/yann/v0.20
Browse files Browse the repository at this point in the history
v0.20.0
  • Loading branch information
yannmh authored Mar 19, 2018
2 parents 9e9a146 + 500d7c9 commit 2418406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========

# 0.20.0 / Unreleased
* [FEATURE] API: New `DashboardList` resource, [#252][]

# 0.19.0 / 2018-02-08

**ThreadStats: metric type change**
Expand Down Expand Up @@ -258,6 +261,7 @@ See [#8][], thanks [@benweatherman][]
[#241]: https://github.com/DataDog/datadogpy/issues/241
[#242]: https://github.com/DataDog/datadogpy/issues/242
[#249]: https://github.com/DataDog/datadogpy/issues/249
[#252]: https://github.com/DataDog/datadogpy/issues/252
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@aknuds1]: https://github.com/aknuds1
[@aristiden7o]: https://github.com/aristiden7o
Expand Down Expand Up @@ -289,4 +293,4 @@ See [#8][], thanks [@benweatherman][]
[@thehesiod]: https://github.com/thehesiod
[@timed]: https://github.com/timed
[@timvisher]: https://github.com/timvisher
[@tuukkamustonen]: https://github.com/tuukkamustonen
[@tuukkamustonen]: https://github.com/tuukkamustonen
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="datadog",
version="0.19.0",
version="0.20.0",
install_requires=install_reqs,
tests_require=["nose", "mock"],
packages=[
Expand Down

0 comments on commit 2418406

Please sign in to comment.