diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-16 20:15:00 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-16 20:15:00 -0400 |
| commit | 58d50da0159e11e7f62f04f469e80f7be8b38cb9 (patch) | |
| tree | 6b7ae0c03859ef88dc35fadcbe5ff404071679a4 | |
| parent | c5eda25b6186cac932f268586c72ecc9fa9c1787 (diff) | |
| download | python-pushover-58d50da0159e11e7f62f04f469e80f7be8b38cb9.tar.gz | |
Update Changelog
| -rw-r--r-- | CHANGES | 7 | ||||
| -rw-r--r-- | CHANGES.rst | 17 |
2 files changed, 17 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES deleted file mode 100644 index 1b3f4d8..0000000 --- a/CHANGES +++ /dev/null @@ -1,7 +0,0 @@ -Changes -------- - -0.1 -+++ - -Initial Release diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..4c2b526 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,17 @@ +Changes +------- + +0.2 ++++ + +* Fix bug when using current timestamp +* Add a ``pushover`` command line utility +* Add Python 3 support +* Add configuration file feature +* Easier and more compact Client class creation +* Switch to ``setuptools`` for easier installation and dependencies handling + +0.1 ++++ + +Initial Release |
