Skip to content

Commit e03ec23

Browse files
author
Yann
authored
Merge pull request #153 from DataDog/yann/0.13.0
v0.13.0
2 parents 8b91432 + 75ad521 commit e03ec23

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
# 0.13.0 / Unreleased
5+
* [BUGFIX] Dogshell: Fix `UnicodeError` exceptions when a timeboard name contains non ascii characters, [#140][]
6+
* [BUGFIX] DogStatsD: Support unicode characters in tags, [#132][], [#152][]
7+
* [BUGFIX] ThreadStats: Fix `RuntimeError` exceptions on flush caused by an unsafe thread operation, [#143][], [#151][] (thanks [@leozc][])
8+
* [FEATURE] API: Add `delete` method for `Event` resource, [#145][]
9+
* [IMPROVEMENT] DogStatsD: Have `timed` context manager to return itself, [#147][] (thanks [@ross][])
10+
411
# 0.12.0 / 2016-05-27
512
* [BUGFIX] API: Do not raise on hostname resolution failures, [#106][]
613
* [FEATURE] DogStatsD: Allow to dynamically use default route as a StatsD host, [#134][]
@@ -149,7 +156,14 @@ See [#8][], thanks [@benweatherman][]
149156
[#123]: https://github.com/DataDog/datadogpy/issues/123
150157
[#124]: https://github.com/DataDog/datadogpy/issues/124
151158
[#126]: https://github.com/DataDog/datadogpy/issues/126
159+
[#132]: https://github.com/DataDog/datadogpy/issues/132
152160
[#134]: https://github.com/DataDog/datadogpy/issues/134
161+
[#140]: https://github.com/DataDog/datadogpy/issues/140
162+
[#143]: https://github.com/DataDog/datadogpy/issues/143
163+
[#145]: https://github.com/DataDog/datadogpy/issues/145
164+
[#147]: https://github.com/DataDog/datadogpy/issues/147
165+
[#151]: https://github.com/DataDog/datadogpy/issues/151
166+
[#152]: https://github.com/DataDog/datadogpy/issues/152
153167
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
154168
[@aknuds1]: https://github.com/aknuds1
155169
[@aristiden7o]: https://github.com/aristiden7o
@@ -163,9 +177,11 @@ See [#8][], thanks [@benweatherman][]
163177
[@gnarf]: https://github.com/gnarf
164178
[@jofusa]: https://github.com/jofusa
165179
[@kuzmich]: https://github.com/kuzmich
180+
[@leozc]: https://github.com/leozc
166181
[@meawoppl]: https://github.com/meawoppl
167182
[@mgood]: https://github.com/mgood
168183
[@miketheman]: https://github.com/miketheman
169184
[@ogst]: https://github.com/ogst
185+
[@ross]: https://github.com/ross
170186
[@steven-liu]: https://github.com/steven-liu
171-
[@timed]: https://github.com/timed
187+
[@timed]: https://github.com/timed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="datadog",
19-
version="0.12.0",
19+
version="0.13.0",
2020
install_requires=install_reqs,
2121
tests_require=["tox", "nose", "mock", "six", "pillow"],
2222
packages=[

0 commit comments

Comments
 (0)