Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 936956c

Browse files
committed
Preparing 2.1.0 release.
1 parent 1ab2452 commit 936956c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Usage
5151

5252
The below usage information is for ``AsciiTable`` which uses simple ASCII characters for the table (e.g. ``-`` ``+``
5353
``|``). 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.
5656

5757
Simple Usage
5858
------------
@@ -169,6 +169,13 @@ Changelog
169169

170170
This project adheres to `Semantic Versioning <http://semver.org/>`_.
171171

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+
172179
2.0.0 - 2015-10-11
173180
------------------
174181

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ def safe_read(path):
5959
name='terminaltables',
6060
packages=['terminaltables'],
6161
url='https://github.com/Robpol86/terminaltables',
62-
version='2.0.0',
62+
version='2.1.0',
6363
zip_safe=True,
6464
)

0 commit comments

Comments
 (0)