From ca0ce86a3c0d2292c3b99437c9f42c0f2d70b81a Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Thu, 25 May 2017 15:30:22 -0700 Subject: [PATCH] bumping version --- README.md | 1 + tableprint/metadata.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 749b16d..5d01409 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Hosted at Read The Docs: [tableprint.readthedocs.org](http://tableprint.readthed - `six` ## Version +- 0.7.0 (May 25 2017) Adds support for variable widths across columns - 0.6.9 (May 25 2017) Splitting the tableprint.py module into a pacakge with multiple files - 0.6.7 (May 25 2017) Fixes some bugs with ANSI escape sequences - 0.5.0 (Sept 29 2016) Better handling of ANSI escape sequences in table rows diff --git a/tableprint/metadata.py b/tableprint/metadata.py index a0a705b..9da41ee 100644 --- a/tableprint/metadata.py +++ b/tableprint/metadata.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Version info -__version__ = '0.6.9' +__version__ = '0.7.0' __license__ = 'MIT' # Project description(s)