From 0d7a832ca2158c4dd18c17fe15636bcadfb74aa2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 17 Oct 2014 16:09:33 -0400 Subject: changelog and version bump --- Changes | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 34dbf0c..7171165 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,11 @@ Revision history for vt100 +0.1.6 2014-10-17 + - Fix ctypes struct definition to match the c-level definition (this fixes + cell.is_wide()) + 0.1.5 2014-09-25 - - actually call the delete function when appropriate + - Actually call the delete function when appropriate 0.1.4 2014-09-17 - Update libvt100 to quiet some warnings about unimplemented unimportant diff --git a/setup.py b/setup.py index 121aad5..e25b13d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.1.5", + version="0.1.6", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3