Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Wang committed Dec 10, 2014
1 parent aadfb5e commit d09e361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ A Python client for the DataDog API.
Change Log
----------

- 1.10.0
- Release date: 2014.12.10
- Add filtering by tag to get_all_monitors [#120](https://github.com/DataDog/dogapi/pull/120)
- Add downtime update method and downtime messages [#121](https://github.com/DataDog/dogapi/pull/121)

- 1.9.0
- Release date: 2014.11.17
- Add Monitors API [#115](https://github.com/DataDog/dogapi/pull/115)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name = "dogapi",
version = "1.9.0",
version = "1.10.0",
packages = find_packages("src"),
package_dir = {'':'src'},
author = "Datadog, Inc.",
Expand Down

0 comments on commit d09e361

Please sign in to comment.