Skip to content

Commit

Permalink
Merge pull request #153 from DataDog/yann/0.13.0
Browse files Browse the repository at this point in the history
v0.13.0
  • Loading branch information
yannmh authored Aug 24, 2016
2 parents 8b91432 + 75ad521 commit e03ec23
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

# 0.13.0 / Unreleased
* [BUGFIX] Dogshell: Fix `UnicodeError` exceptions when a timeboard name contains non ascii characters, [#140][]
* [BUGFIX] DogStatsD: Support unicode characters in tags, [#132][], [#152][]
* [BUGFIX] ThreadStats: Fix `RuntimeError` exceptions on flush caused by an unsafe thread operation, [#143][], [#151][] (thanks [@leozc][])
* [FEATURE] API: Add `delete` method for `Event` resource, [#145][]
* [IMPROVEMENT] DogStatsD: Have `timed` context manager to return itself, [#147][] (thanks [@ross][])

# 0.12.0 / 2016-05-27
* [BUGFIX] API: Do not raise on hostname resolution failures, [#106][]
* [FEATURE] DogStatsD: Allow to dynamically use default route as a StatsD host, [#134][]
Expand Down Expand Up @@ -149,7 +156,14 @@ See [#8][], thanks [@benweatherman][]
[#123]: https://github.com/DataDog/datadogpy/issues/123
[#124]: https://github.com/DataDog/datadogpy/issues/124
[#126]: https://github.com/DataDog/datadogpy/issues/126
[#132]: https://github.com/DataDog/datadogpy/issues/132
[#134]: https://github.com/DataDog/datadogpy/issues/134
[#140]: https://github.com/DataDog/datadogpy/issues/140
[#143]: https://github.com/DataDog/datadogpy/issues/143
[#145]: https://github.com/DataDog/datadogpy/issues/145
[#147]: https://github.com/DataDog/datadogpy/issues/147
[#151]: https://github.com/DataDog/datadogpy/issues/151
[#152]: https://github.com/DataDog/datadogpy/issues/152
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@aknuds1]: https://github.com/aknuds1
[@aristiden7o]: https://github.com/aristiden7o
Expand All @@ -163,9 +177,11 @@ See [#8][], thanks [@benweatherman][]
[@gnarf]: https://github.com/gnarf
[@jofusa]: https://github.com/jofusa
[@kuzmich]: https://github.com/kuzmich
[@leozc]: https://github.com/leozc
[@meawoppl]: https://github.com/meawoppl
[@mgood]: https://github.com/mgood
[@miketheman]: https://github.com/miketheman
[@ogst]: https://github.com/ogst
[@ross]: https://github.com/ross
[@steven-liu]: https://github.com/steven-liu
[@timed]: https://github.com/timed
[@timed]: https://github.com/timed
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="datadog",
version="0.12.0",
version="0.13.0",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit e03ec23

Please sign in to comment.