This repository was archived by the owner on Dec 7, 2021. It is now read-only.
File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,12 @@ Changelog
72
72
73
73
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
74
74
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
+
75
81
3.0.0 - 2016-05-30
76
82
------------------
77
83
@@ -106,7 +112,8 @@ Added
106
112
107
113
Changed
108
114
* 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.
110
117
111
118
1.2.1 - 2015-09-03
112
119
------------------
Original file line number Diff line number Diff line change 12
12
INSTALL_REQUIRES = []
13
13
LICENSE = 'MIT'
14
14
NAME = IMPORT = 'terminaltables'
15
- VERSION = '3.0 .0'
15
+ VERSION = '3.1 .0'
16
16
17
17
18
18
def readme (path = 'README.rst' ):
Original file line number Diff line number Diff line change 14
14
15
15
__author__ = '@Robpol86'
16
16
__license__ = 'MIT'
17
- __version__ = '3.0 .0'
17
+ __version__ = '3.1 .0'
You can’t perform that action at this time.
0 commit comments