diff options
-rw-r--r-- | HISTORY.rst | 13 | ||||
-rw-r--r-- | MANIFEST.in | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..c079a44 --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,13 @@ +.. :changelog: + +Release History +--------------- + +0.2 (2014-08-xx) ++++++++++++++++++ +- Add history capability + + +0.1 (2014-08-01) +++++++++++++++++++ +- Initial release: provides completion and calltips. diff --git a/MANIFEST.in b/MANIFEST.in index 4bd0a6e..da66723 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst +include *.rst graft kernelspec |