Skip to content

Commit

Permalink
version bump to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Mar 23, 2020
1 parent 2e5b0ec commit a734481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- 0.8.8: Future version.
- 0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
- 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
- 0.8.5: Fix broken Windows package. Minor documentation updates.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="tabulate",
version="0.8.7",
version="0.8.8",
description="Pretty-print tabular data",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tabulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _is_file(f):


__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]
__version__ = "0.8.7"
__version__ = "0.8.8"


# minimum extra space in headers
Expand Down

0 comments on commit a734481

Please sign in to comment.