From f41c57028f8c3a0f27c46991d5081111c9daf6ec Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 22 Oct 2014 12:10:36 -0400 Subject: changelog and version bump --- Changes | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 7171165..9a66136 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for vt100 +0.2.0 2014-10-22 + - Give some methods a better name (not backwards compatible!) + - Expose a lot more methods on the vt object (to cover the various modes + and state of the terminal) + - Add a test suite, and fix quite a few bugs in the parser + - Python 2.7 should be fully supported now + 0.1.6 2014-10-17 - Fix ctypes struct definition to match the c-level definition (this fixes cell.is_wide()) diff --git a/setup.py b/setup.py index e25b13d..f6243f5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.1.6", + version="0.2.0", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3