File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
+
4
+ # 0.25.0 / Unreleased
5
+
6
+ * [ FEATURE] ThreadStats: Add AWS Lambda wrapper, [ #324 ] [ ]
7
+
3
8
# 0.24.0 / 2018-11-12
4
9
5
10
* [ BUGFIX] DogStatsD: Do not send empty UDP packets, [ #264 ] [ ] (thanks [ @Tenzer ] [ ] )
@@ -316,6 +321,7 @@ See [#8][], thanks [@benweatherman][]
316
321
[ #304 ] : https://github.com/DataDog/datadogpy/issues/304
317
322
[ #309 ] : https://github.com/DataDog/datadogpy/issues/309
318
323
[ #312 ] : https://github.com/DataDog/datadogpy/issues/312
324
+ [ #324 ] : https://github.com/DataDog/datadogpy/issues/324
319
325
[ @GrahamDumpleton ] : https://github.com/GrahamDumpleton
320
326
[ @Tenzer ] : https://github.com/Tenzer
321
327
[ @aknuds1 ] : https://github.com/aknuds1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def get_readme_md_contents():
19
19
20
20
setup (
21
21
name = "datadog" ,
22
- version = "0.24 .0" ,
22
+ version = "0.25 .0" ,
23
23
install_requires = install_reqs ,
24
24
tests_require = ["nose" , "mock" ],
25
25
packages = [
You can’t perform that action at this time.
0 commit comments