This repository was archived by the owner on Dec 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
The below usage information is for ``AsciiTable `` which uses simple ASCII characters for the table (e.g. ``- `` ``+ ``
53
53
``| ``). Use ``SingleTable `` for `box drawing characters <http://en.wikipedia.org/wiki/Box-drawing_character >`_ instead.
54
- You may also use ``DoubleTable `` for double-lined box characters. All three tables have the same methods and properties
55
- and work on all platforms.
54
+ You may also use ``DoubleTable `` for double-lined box characters and `` GithubFlavoredMarkdownTable `` for GitHub flavored
55
+ Markdown formatting. All four tables have the same methods and properties and work on all platforms.
56
56
57
57
Simple Usage
58
58
------------
@@ -169,6 +169,13 @@ Changelog
169
169
170
170
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
171
171
172
+ 2.1.0 - 2015-11-02
173
+ ------------------
174
+
175
+ Added
176
+ * GitHub Flavored Markdown table by bcho: https://github.com/Robpol86/terminaltables/pull/12
177
+ * Python 3.5 support (Linux/OS X and Windows).
178
+
172
179
2.0.0 - 2015-10-11
173
180
------------------
174
181
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ def safe_read(path):
59
59
name = 'terminaltables' ,
60
60
packages = ['terminaltables' ],
61
61
url = 'https://github.com/Robpol86/terminaltables' ,
62
- version = '2.0 .0' ,
62
+ version = '2.1 .0' ,
63
63
zip_safe = True ,
64
64
)
You can’t perform that action at this time.
0 commit comments