Skip to content

Commit 6e661c6

Browse files
authored
Release v0.37.1 (#574)
1 parent 9027ccf commit 6e661c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
## v0.37.1 / 2020-06-23
4+
5+
* [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).
6+
37
## v0.37.0 / 2020-06-19
48

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

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.0.dev"
1+
__version__ = "0.37.1"

0 commit comments

Comments
 (0)