Skip to content

Commit 89fb4ee

Browse files
committed
Updated version and changelog
1 parent 52e6d36 commit 89fb4ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.5 (TBD)
2+
* Bug fixes
3+
* Fixes issue with handling namedtuples as row ojbects
4+
* Documentation
5+
* Added examples for writing terminal escape sequences to a file
6+
17
## 0.1.4 (August 12, 2019)
28
* Bug fixes
39
* Fix colors getting messed up when using the colored library

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
from setuptools import setup
77

8-
VERSION = '0.1.4'
8+
VERSION = '0.1.5'
99
DESCRIPTION = "python-tableformatter - Tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection"
1010
LONG_DESCRIPTION = """tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.
1111
It converts your data into a string form suitable for pretty-printing as a table. The goal is to make it quick and easy

0 commit comments

Comments
 (0)