File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55"""
66from setuptools import setup
77
8- VERSION = '0.1.4 '
8+ VERSION = '0.1.5 '
99DESCRIPTION = "python-tableformatter - Tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection"
1010LONG_DESCRIPTION = """tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.
1111It converts your data into a string form suitable for pretty-printing as a table. The goal is to make it quick and easy
You can’t perform that action at this time.
0 commit comments