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

Commit ae22aaa

Browse files
committed
Preparing for release.
1 parent 6a989ec commit ae22aaa

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Changelog
7272

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

75+
3.1.0 - 2016-10-16
76+
------------------
77+
78+
Added
79+
* ``git --porcelain``-like table by liiight: https://github.com/Robpol86/terminaltables/pull/31
80+
7581
3.0.0 - 2016-05-30
7682
------------------
7783

@@ -106,7 +112,8 @@ Added
106112

107113
Changed
108114
* Refactored code. No new features.
109-
* Breaking changes: `UnixTable`/`WindowsTable`/`WindowsTableDouble` moved. Use `SingleTable`/`DoubleTable` instead.
115+
* Breaking changes: ``UnixTable``/``WindowsTable``/``WindowsTableDouble`` moved. Use ``SingleTable``/``DoubleTable``
116+
instead.
110117

111118
1.2.1 - 2015-09-03
112119
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
INSTALL_REQUIRES = []
1313
LICENSE = 'MIT'
1414
NAME = IMPORT = 'terminaltables'
15-
VERSION = '3.0.0'
15+
VERSION = '3.1.0'
1616

1717

1818
def readme(path='README.rst'):

terminaltables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
__author__ = '@Robpol86'
1616
__license__ = 'MIT'
17-
__version__ = '3.0.0'
17+
__version__ = '3.1.0'

0 commit comments

Comments
 (0)