Skip to content

Commit

Permalink
Merge pull request #9 from DataDog/miketheman/move_changelog
Browse files Browse the repository at this point in the history
CHANGELOG.md update [ci skip]
  • Loading branch information
yannmh committed Mar 30, 2015
2 parents b3a4edd + 12766b0 commit ec6b900
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# CHANGELOG

0.2.0 / Unreleased
==================

- Changelog update, [#9][] [@miketheman][]

0.1.2 / 2015.03.23
==================

- Fix a typo that was causing an initialization issue with `datadog.dogshell`, [#7][] [@yannmh][]

0.1 / 2015.03.10
================

- First release

<!--- The following link definition list is generated by PimpMyChangelog --->
[#7]: https://github.com/DataDog/datadogpy/issues/7
[#9]: https://github.com/DataDog/datadogpy/issues/9
[@miketheman]: https://github.com/miketheman
[@yannmh]: https://github.com/yannmh
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Datadogpy is a collection of tools suitable for inclusion in existing Python pro
- HTTP API Documentation: http://docs.datadoghq.com/api/
- DatadogHQ: http://datadoghq.com

See [CHANGELOG.md](CHANGELOG.md) for changes.

Installation
------------
To install from pip:
Expand Down Expand Up @@ -55,13 +57,3 @@ stats.start()
stats.increment('home.page.hits')

```


Change Log
----------
- 0.1.2
- Release date: 2015.03.23
- Fix a typo that was causing an initialization issue with `datadog.dogshell`
- 0.1
- Release date: 2015.03.10
- First release

0 comments on commit ec6b900

Please sign in to comment.