aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 5c305a2..34dbf0c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for vt100
+0.1.5 2014-09-25
+ - actually call the delete function when appropriate
+
0.1.4 2014-09-17
- Update libvt100 to quiet some warnings about unimplemented unimportant
escape sequences
diff --git a/setup.py b/setup.py
index 9ab89bb..121aad5 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.4",
+ version="0.1.5",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",