Skip to content

Commit

Permalink
Release v0.37.0 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
prognant authored Jun 22, 2020
1 parent c160dcb commit f968c52
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,5 +1,12 @@
CHANGELOG
=========
## v0.37.0 / 2020-06-19

* [Added] Add version as an importable variable and remove dependency on `pkg_resources`. See [#566](https://github.com/DataDog/datadogpy/pull/566). Thanks [sjhewitt](https://github.com/sjhewitt).
* [Added] Initial support for Python type hints and Mypy type checking. See [#565](https://github.com/DataDog/datadogpy/pull/565). Thanks [jairideout](https://github.com/jairideout).
* [Fixed] [dogstatsd] Correct inverted constants. See [#568](https://github.com/DataDog/datadogpy/pull/568).
* [Changed] [dogstatsd] Size-based packetization for dogstatsd batched metrics . See [#562](https://github.com/DataDog/datadogpy/pull/562).

## v0.36.0 / 2020-05-05

* [Added] Add excluded_regions to POST/PUT AWS lib. See [#552](https://github.com/DataDog/datadogpy/pull/552).
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.37.0.dev"
__version__ = "0.37.0"

0 comments on commit f968c52

Please sign in to comment.