Skip to content

Commit

Permalink
Release 0.34.1 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
zippolyte committed Feb 10, 2020
1 parent fc09440 commit a953ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGELOG
=========
## 0.34.1 / 2020-02-10

* [Fixed] Revert dogstatsd telemetry. See [#530](https://github.com/DataDog/datadogpy/pull/530).
* [Fixed] Fix ServiceLevelObjective.get_all limit default in docstring. See [#527](https://github.com/DataDog/datadogpy/pull/527). Thanks [taylor-chen](https://github.com/taylor-chen).

## 0.34.0 / 2020-02-04

* [Deprecated] Alias `dog` script names as `dogshell`. Please start using `dogshell` instead of `dog` command. See [#305](https://github.com/DataDog/datadogpy/pull/305). Thanks [dwminer](https://github.com/dwminer).
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.34.1",
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 a953ee0

Please sign in to comment.