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
+
1
7
## 0.1.4 (August 12, 2019)
2
8
* Bug fixes
3
9
* Fix colors getting messed up when using the colored library
Original file line number Diff line number Diff line change 5
5
"""
6
6
from setuptools import setup
7
7
8
- VERSION = '0.1.4 '
8
+ VERSION = '0.1.5 '
9
9
DESCRIPTION = "python-tableformatter - Tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection"
10
10
LONG_DESCRIPTION = """tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.
11
11
It 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