From 12c8861a8046a88b80561de33aaaaa0a961e33c2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Sep 2014 11:31:31 -0400 Subject: changelog and version bump --- Changes | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..98d0d8d --- /dev/null +++ b/Changes @@ -0,0 +1,8 @@ +Revision history for vt100 + +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) + +0.1.0 2014-09-16 + - Initial revision diff --git a/setup.py b/setup.py index 1c10660..b27dc40 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.1.0", + version="0.1.1", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3