We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5b0ec commit a734481Copy full SHA for a734481
CHANGELOG
@@ -1,3 +1,4 @@
1
+- 0.8.8: Future version.
2
- 0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
3
- 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
4
- 0.8.5: Fix broken Windows package. Minor documentation updates.
setup.py
@@ -38,7 +38,7 @@
38
39
setup(
40
name="tabulate",
41
- version="0.8.7",
+ version="0.8.8",
42
description="Pretty-print tabular data",
43
long_description=LONG_DESCRIPTION,
44
long_description_content_type="text/markdown",
tabulate.py
@@ -62,7 +62,7 @@ def _is_file(f):
62
63
64
__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]
65
-__version__ = "0.8.7"
+__version__ = "0.8.8"
66
67
68
# minimum extra space in headers
0 commit comments