Skip to content

Commit

Permalink
Release 0.38.0 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
zippolyte authored Jul 2, 2020
1 parent 6c5fd54 commit beaadef
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,11 @@
CHANGELOG
=========
## 0.38.0 / 2020-07-02

* [Added] Improve user-agent header to include telemetry information. See [#583](https://github.com/DataDog/datadogpy/pull/583).
* [Fixed] Use Python 2 compatible configparser explicitly. See [#585](https://github.com/DataDog/datadogpy/pull/585). Thanks [Panfilwk](https://github.com/Panfilwk).
* [Fixed] Fix error after creating `.dogrc` when not answering `y` or `n` at the prompt. See [#582](https://github.com/DataDog/datadogpy/pull/582). Thanks [NassimBounouas](https://github.com/NassimBounouas).

## v0.37.1 / 2020-06-23

* [Fixed] Add `typing` and `configparser` dependencies for python versions that need it. See [#572](https://github.com/DataDog/datadogpy/pull/572). Thanks [jairideout](https://github.com/jairideout).
Expand Down
2 changes: 1 addition & 1 deletion datadog/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.38.0.dev"
__version__ = "0.38.0"

0 comments on commit beaadef

Please sign in to comment.