Skip to content

Commit 45da030

Browse files
author
Yann Mahe
committed
v0.3.0
1 parent 3e61294 commit 45da030

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
0.3.0 / 2015.04.08
4+
==================
5+
6+
- `DATADOG_HOST` environment variable to determine which API host to use, [#30][]
7+
38
0.2.2 / 2015.04.06
49
==================
510

@@ -36,6 +41,7 @@ See [#8][], thanks [@benweatherman][]
3641
[#7]: https://github.com/DataDog/datadogpy/issues/7
3742
[#8]: https://github.com/DataDog/datadogpy/issues/8
3843
[#9]: https://github.com/DataDog/datadogpy/issues/9
44+
[#30]: https://github.com/DataDog/datadogpy/issues/30
3945
[@benweatherman]: https://github.com/benweatherman
4046
[@miketheman]: https://github.com/miketheman
41-
[@yannmh]: https://github.com/yannmh
47+
[@yannmh]: https://github.com/yannmh

setup.py

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

1515
setup(
1616
name="datadog",
17-
version="0.2.2",
17+
version="0.3.0",
1818
install_requires=install_reqs,
1919
tests_require=["tox", "nose", "mock", "six", "pillow"],
2020
packages=[

0 commit comments

Comments
 (0)