Skip to content

Commit 52e999e

Browse files
author
Yann
committed
Merge pull request #28 from DataDog/yann/v0.2.2
v0.2.2
2 parents c705681 + 095fc12 commit 52e999e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3-
0.2.1 / 2015.04.06
3+
0.2.2 / 2015.04.06
4+
==================
5+
6+
- Fix a left 'pdb' statement
7+
8+
0.2.1 / REMOVED
49
==================
510

611
- Import json module from `datadog.compat`

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.1",
17+
version="0.2.2",
1818
install_requires=install_reqs,
1919
tests_require=["tox", "nose", "mock", "six", "pillow"],
2020
packages=[

0 commit comments

Comments
 (0)