diff options
| -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 |
