Skip to content

Commit a734481

Browse files
committed
version bump to 0.8.8
1 parent 2e5b0ec commit a734481

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- 0.8.8: Future version.
12
- 0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
23
- 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
34
- 0.8.5: Fix broken Windows package. Minor documentation updates.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="tabulate",
41-
version="0.8.7",
41+
version="0.8.8",
4242
description="Pretty-print tabular data",
4343
long_description=LONG_DESCRIPTION,
4444
long_description_content_type="text/markdown",

tabulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _is_file(f):
6262

6363

6464
__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]
65-
__version__ = "0.8.7"
65+
__version__ = "0.8.8"
6666

6767

6868
# minimum extra space in headers

0 commit comments

Comments
 (0)