From d3f049981494e2785bca879e21e9e55a5fbd97a2 Mon Sep 17 00:00:00 2001
From: Steven Silvester
Date: Sat, 2 Aug 2014 14:07:44 -0500
Subject: Add history file and add it to the manifest.

---
 HISTORY.rst | 13 +++++++++++++
 MANIFEST.in |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 HISTORY.rst

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
-- 
cgit