Skip to content

Commit

Permalink
Switch to version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foutaise committed Jul 1, 2019
1 parent 85eb39a commit 36fb4e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Version History

v1.6.2 (2019-07-01)
* Fix auto-formatting NaN (https://github.com/foutaise/texttable/pull/60)

v1.6.1 (2019-02-15)
* Include tests, license in source tarball (https://github.com/foutaise/texttable/issues/58)
* Add changelog
Expand Down
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.0
Name: texttable
Version: 1.6.1
Version: 1.6.2
Summary: module for creating simple ASCII tables
Home-page: https://github.com/foutaise/texttable/
Author: Gerome Fournier
Author-email: [email protected]
License: MIT
Download-URL: https://github.com/foutaise/texttable/archive/v1.6.1.tar.gz
Download-URL: https://github.com/foutaise/texttable/archive/v1.6.2.tar.gz
Description: texttable is a module to generate a formatted text table, using ASCII
characters.
Platform: any
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ DATA
__author__ = 'Gerome Fournier <jef(at)foutaise.org>'
__credits__ = 'Jeff Kowalczyk:\n - textwrap improved import\n ...at...
__license__ = 'MIT'
__version__ = '1.6.1'
__version__ = '1.6.2'
VERSION
1.6.1
1.6.2
AUTHOR
Gerome Fournier <jef(at)foutaise.org>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

setup(
name="texttable",
version="1.6.1",
version="1.6.2",
author="Gerome Fournier",
author_email="[email protected]",
url="https://github.com/foutaise/texttable/",
download_url="https://github.com/foutaise/texttable/archive/v1.6.1.tar.gz",
download_url="https://github.com/foutaise/texttable/archive/v1.6.2.tar.gz",
license="MIT",
py_modules=["texttable"],
description=DESCRIPTION,
Expand Down
2 changes: 1 addition & 1 deletion texttable.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

__author__ = 'Gerome Fournier <jef(at)foutaise.org>'
__license__ = 'MIT'
__version__ = '1.6.1'
__version__ = '1.6.2'
__credits__ = """\
Jeff Kowalczyk:
- textwrap improved import
Expand Down

0 comments on commit 36fb4e1

Please sign in to comment.