Skip to content

Commit 8e8f048

Browse files
authored
Release 0.42.0 (#675)
* Release 0.42.0 * bump
1 parent 1a90bea commit 8e8f048

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.42.0 / 2021-07-01
4+
5+
* [Fixed] Remove unused decorator dependency. See [#651](https://github.com/DataDog/datadogpy/pull/651).
6+
* [Fixed] [dogstatsd] Fix unicode handling of event text. See [#661](https://github.com/DataDog/datadogpy/pull/661).
7+
* [Added] [dogstatsd] Improve tag normalization speed. See [#672](https://github.com/DataDog/datadogpy/pull/672).
8+
39
## 0.41.0 / 2021-04-15
410

511
* [Fixed] Fix decorator dependency for Python 2.7. See [#646](https://github.com/DataDog/datadogpy/pull/646). Thanks [artem888881](https://github.com/artem888881).

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.41.0"
1+
__version__ = "0.42.0"

0 commit comments

Comments
 (0)