From 2f34d1359b65fd49424476d503120e2614c5f77c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Sep 2014 16:47:59 -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 98d0d8d..b86aded 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for vt100 +0.1.2 2014-09-17 + - Add methods to the cell and color objects, rather than just exposing the + structs and unions directly + 0.1.1 2014-09-17 - Update libvt100 to handle a few more escape sequences (VPA, CHA, and the 1002 and 1006 DECSET/DECRST modes) diff --git a/setup.py b/setup.py index b27dc40..2608aad 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.1.1", + version="0.1.2", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3-54-g00ecf