Skip to content

Commit 87a5614

Browse files
committed
Version 0.2.2
1 parent 44d30cd commit 87a5614

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.2 (2020-10-01)
2+
==================
3+
4+
Fixed
5+
-----
6+
- Pandas' `display.max_columns` can be `None`, by Arthur Deygin (#14)
7+
8+
19
0.2.1 (2019-11-21)
210
==================
311

itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = '0.2.1'
3+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)