From 02b40d64e5e6d2ef9958d3af2b60cb84eb72adb6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Sep 2014 18:52:30 -0400 Subject: changelog and version bump --- Changes | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b580e91..5c305a2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for vt100 +0.1.4 2014-09-17 + - Update libvt100 to quiet some warnings about unimplemented unimportant + escape sequences + 0.1.3 2014-09-17 - Get the module compiling under Python 2 diff --git a/setup.py b/setup.py index 81c3785..9ab89bb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.1.3", + version="0.1.4", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3