Skip to content

Commit 0355c6a

Browse files
authored
Merge pull request #327 from DataDog/yann/release-lambda-python-wrapper
draft 0.25.0
2 parents e813a88 + 9060f4b commit 0355c6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
=========
3+
4+
# 0.25.0 / Unreleased
5+
6+
* [FEATURE] ThreadStats: Add AWS Lambda wrapper, [#324][]
7+
38
# 0.24.0 / 2018-11-12
49

510
* [BUGFIX] DogStatsD: Do not send empty UDP packets, [#264][] (thanks [@Tenzer][])
@@ -316,6 +321,7 @@ See [#8][], thanks [@benweatherman][]
316321
[#304]: https://github.com/DataDog/datadogpy/issues/304
317322
[#309]: https://github.com/DataDog/datadogpy/issues/309
318323
[#312]: https://github.com/DataDog/datadogpy/issues/312
324+
[#324]: https://github.com/DataDog/datadogpy/issues/324
319325
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
320326
[@Tenzer]: https://github.com/Tenzer
321327
[@aknuds1]: https://github.com/aknuds1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_readme_md_contents():
1919

2020
setup(
2121
name="datadog",
22-
version="0.24.0",
22+
version="0.25.0",
2323
install_requires=install_reqs,
2424
tests_require=["nose", "mock"],
2525
packages=[

0 commit comments

Comments
 (0)