File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ # 0.20.0 / Unreleased
5
+ * [ FEATURE] API: New ` DashboardList ` resource, [ #252 ] [ ]
6
+
4
7
# 0.19.0 / 2018-02-08
5
8
6
9
** ThreadStats: metric type change**
@@ -258,6 +261,7 @@ See [#8][], thanks [@benweatherman][]
258
261
[ #241 ] : https://github.com/DataDog/datadogpy/issues/241
259
262
[ #242 ] : https://github.com/DataDog/datadogpy/issues/242
260
263
[ #249 ] : https://github.com/DataDog/datadogpy/issues/249
264
+ [ #252 ] : https://github.com/DataDog/datadogpy/issues/252
261
265
[ @GrahamDumpleton ] : https://github.com/GrahamDumpleton
262
266
[ @aknuds1 ] : https://github.com/aknuds1
263
267
[ @aristiden7o ] : https://github.com/aristiden7o
@@ -289,4 +293,4 @@ See [#8][], thanks [@benweatherman][]
289
293
[ @thehesiod ] : https://github.com/thehesiod
290
294
[ @timed ] : https://github.com/timed
291
295
[ @timvisher ] : https://github.com/timvisher
292
- [ @tuukkamustonen ] : https://github.com/tuukkamustonen
296
+ [ @tuukkamustonen ] : https://github.com/tuukkamustonen
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = "datadog" ,
19
- version = "0.19 .0" ,
19
+ version = "0.20 .0" ,
20
20
install_requires = install_reqs ,
21
21
tests_require = ["nose" , "mock" ],
22
22
packages = [
You can’t perform that action at this time.
0 commit comments