Skip to content

Commit

Permalink
Prepare release of 0.35.0 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
zippolyte authored Mar 9, 2020
1 parent 62e8d99 commit 1cbb1bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CHANGELOG
=========
## 0.35.0 / 2020-03-09

* [Added] Add `Set` metric type to threadstats. See [#545](https://github.com/DataDog/datadogpy/pull/545).
* [Added] Add enum for monitor types. See [#544](https://github.com/DataDog/datadogpy/pull/544).
* [Added] Support DD_API_KEY environment variable in dogwrap. See [#543](https://github.com/DataDog/datadogpy/pull/543).
* [Added] Add back telemetry to Dogstatsd client. See [#533](https://github.com/DataDog/datadogpy/pull/533).
* [Fixed] Remove illegal characters from tags. See [#517](https://github.com/DataDog/datadogpy/pull/517). Thanks [jirikuncar](https://github.com/jirikuncar).
* [Fixed] Fix syntax error in dogwrap timeout handler and always collect output. See [#538](https://github.com/DataDog/datadogpy/pull/538). Thanks [Matt343](https://github.com/Matt343).

## 0.34.1 / 2020-02-10

* [Fixed] Revert dogstatsd telemetry. See [#530](https://github.com/DataDog/datadogpy/pull/530).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_readme_md_contents():

setup(
name="datadog",
version="0.35.0.dev",
version="0.35.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 1cbb1bb

Please sign in to comment.