From 3e3120bf21641fcf231581105ed3bf16ee756657 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Sep 2014 17:36:10 -0400 Subject: changelog and version bump --- Changes | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b86aded..b580e91 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for vt100 +0.1.3 2014-09-17 + - Get the module compiling under Python 2 + 0.1.2 2014-09-17 - Add methods to the cell and color objects, rather than just exposing the structs and unions directly diff --git a/setup.py b/setup.py index 2608aad..81c3785 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw): setup( name="vt100", - version="0.1.2", + version="0.1.3", description="an in-memory terminal parsing library", author="Jesse Luehrs", author_email="doy@tozt.net", -- cgit v1.2.3-54-g00ecf