Skip to content

Commit 2418406

Browse files
authored
Merge pull request #256 from DataDog/yann/v0.20
v0.20.0
2 parents 9e9a146 + 500d7c9 commit 2418406

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
# 0.20.0 / Unreleased
5+
* [FEATURE] API: New `DashboardList` resource, [#252][]
6+
47
# 0.19.0 / 2018-02-08
58

69
**ThreadStats: metric type change**
@@ -258,6 +261,7 @@ See [#8][], thanks [@benweatherman][]
258261
[#241]: https://github.com/DataDog/datadogpy/issues/241
259262
[#242]: https://github.com/DataDog/datadogpy/issues/242
260263
[#249]: https://github.com/DataDog/datadogpy/issues/249
264+
[#252]: https://github.com/DataDog/datadogpy/issues/252
261265
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
262266
[@aknuds1]: https://github.com/aknuds1
263267
[@aristiden7o]: https://github.com/aristiden7o
@@ -289,4 +293,4 @@ See [#8][], thanks [@benweatherman][]
289293
[@thehesiod]: https://github.com/thehesiod
290294
[@timed]: https://github.com/timed
291295
[@timvisher]: https://github.com/timvisher
292-
[@tuukkamustonen]: https://github.com/tuukkamustonen
296+
[@tuukkamustonen]: https://github.com/tuukkamustonen

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="datadog",
19-
version="0.19.0",
19+
version="0.20.0",
2020
install_requires=install_reqs,
2121
tests_require=["nose", "mock"],
2222
packages=[

0 commit comments

Comments
 (0)