Skip to content

Commit a953ee0

Browse files
authored
Release 0.34.1 (#531)
1 parent fc09440 commit a953ee0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
=========
3+
## 0.34.1 / 2020-02-10
4+
5+
* [Fixed] Revert dogstatsd telemetry. See [#530](https://github.com/DataDog/datadogpy/pull/530).
6+
* [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).
7+
38
## 0.34.0 / 2020-02-04
49

510
* [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).

setup.py

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

2323
setup(
2424
name="datadog",
25-
version="0.35.0.dev",
25+
version="0.34.1",
2626
install_requires=install_reqs,
2727
tests_require=["pytest", "mock", "freezegun"],
2828
packages=["datadog", "datadog.api", "datadog.dogstatsd", "datadog.threadstats", "datadog.util", "datadog.dogshell"],

0 commit comments

Comments
 (0)