Skip to content

Commit

Permalink
Start 0.32.0 release (#482)
Browse files Browse the repository at this point in the history
* Start 0.32.0 release
  • Loading branch information
nmuesch committed Nov 18, 2019
1 parent 09c0a95 commit 29a33ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

# 0.32.0 / 2019-11-18

* [BUGFIX] Fix distribution metric submission by sending api/app keys through query params for this endpoint. [#480][]
* [FEATURE] Add Synthetics support [#433][]

# 0.31.0 / 2019-10-30

* [BUGFIX] Fix possible issue that could leak file descriptors when reading config [#425][]
Expand Down Expand Up @@ -454,6 +459,7 @@ See [#8][], thanks [@benweatherman][]
[#423]: https://github.com/DataDog/datadogpy/issues/423
[#425]: https://github.com/DataDog/datadogpy/issues/425
[#428]: https://github.com/DataDog/datadogpy/issues/428
[#433]: https://github.com/DataDog/datadogpy/issues/433
[#446]: https://github.com/DataDog/datadogpy/issues/446
[#447]: https://github.com/DataDog/datadogpy/issues/447
[#448]: https://github.com/DataDog/datadogpy/issues/448
Expand All @@ -466,6 +472,7 @@ See [#8][], thanks [@benweatherman][]
[#466]: https://github.com/DataDog/datadogpy/issues/466
[#467]: https://github.com/DataDog/datadogpy/issues/467
[#470]: https://github.com/DataDog/datadogpy/issues/470
[#480]: https://github.com/DataDog/datadogpy/issues/480
[@Alphadash]: https://github.com/Alphadash
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@Hefeweizen]: https://github.com/Hefeweizen
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_readme_md_contents():

setup(
name="datadog",
version="0.31.0",
version="0.32.0",
install_requires=install_reqs,
tests_require=["pytest", "mock", "freezegun"],
packages=["datadog", "datadog.api", "datadog.dogstatsd", "datadog.threadstats", "datadog.util", "datadog.dogshell"],
Expand Down

0 comments on commit 29a33ac

Please sign in to comment.