Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anselor committed Apr 27, 2020
1 parent 52e6d36 commit 89fb4ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.5 (TBD)
* Bug fixes
* Fixes issue with handling namedtuples as row ojbects
* Documentation
* Added examples for writing terminal escape sequences to a file

## 0.1.4 (August 12, 2019)
* Bug fixes
* Fix colors getting messed up when using the colored library
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from setuptools import setup

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

0 comments on commit 89fb4ee

Please sign in to comment.