Skip to content

Commit 00c6502

Browse files
committed
README: 0.7.2 to support Python 3.2
1 parent eeea720 commit 00c6502

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,17 +333,18 @@ and numeric data, ``tabulate`` appears to be slower than
333333
Version history
334334
---------------
335335

336+
- 0.7.2: Python 3.2 Support.
336337
- 0.7.1: Bug fixes. ``tsv`` format. Column alignment can be disabled.
337338
- 0.7: ``latex`` tables. Printing lists of named tuples and NumPy
338339
record arrays. Fix printing date and time values. Python <= 2.6.4 is supported.
339-
- 0.6: ``mediawiki`` tables, bug fixes
340+
- 0.6: ``mediawiki`` tables, bug fixes.
340341
- 0.5.1: Fix README.rst formatting. Optimize (performance similar to 0.4.4).
341342
- 0.5: ANSI color sequences. Printing dicts of iterables and Pandas' dataframes.
342-
- 0.4.4: Python 2.6 support
343-
- 0.4.3: Bug fix, None as a missing value
344-
- 0.4.2: Fix manifest file
343+
- 0.4.4: Python 2.6 support.
344+
- 0.4.3: Bug fix, None as a missing value.
345+
- 0.4.2: Fix manifest file.
345346
- 0.4.1: Update license and documentation.
346-
- 0.4: Unicode support, Python3 support, ``rst`` tables
347+
- 0.4: Unicode support, Python3 support, ``rst`` tables.
347348
- 0.3: Initial PyPI release. Table formats: ``simple``, ``plain``,
348349
``grid``, ``pipe``, and ``orgtbl``.
349350

0 commit comments

Comments
 (0)