Skip to content

Commit

Permalink
Merge pull request #327 from DataDog/yann/release-lambda-python-wrapper
Browse files Browse the repository at this point in the history
draft 0.25.0
  • Loading branch information
yannmh authored Nov 27, 2018
2 parents e813a88 + 9060f4b commit 0355c6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGELOG
=========

# 0.25.0 / Unreleased

* [FEATURE] ThreadStats: Add AWS Lambda wrapper, [#324][]

# 0.24.0 / 2018-11-12

* [BUGFIX] DogStatsD: Do not send empty UDP packets, [#264][] (thanks [@Tenzer][])
Expand Down Expand Up @@ -316,6 +321,7 @@ See [#8][], thanks [@benweatherman][]
[#304]: https://github.com/DataDog/datadogpy/issues/304
[#309]: https://github.com/DataDog/datadogpy/issues/309
[#312]: https://github.com/DataDog/datadogpy/issues/312
[#324]: https://github.com/DataDog/datadogpy/issues/324
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@Tenzer]: https://github.com/Tenzer
[@aknuds1]: https://github.com/aknuds1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_readme_md_contents():

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

0 comments on commit 0355c6a

Please sign in to comment.