bumping version

This commit is contained in:
Niru Maheswaranathan
2017-05-26 13:33:58 -07:00
parent b396bea5c2
commit 6c3a3bae6a
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ Hosted at Read The Docs: [tableprint.readthedocs.org](http://tableprint.readthed
- `six`
## Version
- 0.7.0 (May 26 2017) Adds a TableContext context manager for easy creation of dynamic tables (tables that update periodically). Adds the ability to pass a list or tuple of widths to specify different widths for different 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

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Version info
__version__ = '0.6.9'
__version__ = '0.7.0'
__license__ = 'MIT'
# Project description(s)