Skip to content

Commit ee1299e

Browse files
authored
Changes for 0.3.2 release (#82)
* A few changes we'll want to make when we tag a branch with 0.4.0 for release on pypi. * Let's call this release 0.3.2 since there aren't any new features, just compatibility changes.
1 parent 509b303 commit ee1299e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ and will be automatically installed (if necessary) when qgrid is installed via p
5656
qgrid IPython / Jupyter notebook ipywidgets
5757
================= =========================== ==============================
5858
0.2.0 2.x N/A
59-
0.3.x, master 3.x N/A
60-
0.3.x, master 4.0 4.0.x
61-
0.3.x, master 4.1 4.1.x
62-
master 4.2 5.x
59+
0.3.x 3.x N/A
60+
0.3.x 4.0 4.0.x
61+
0.3.x 4.1 4.1.x
62+
0.3.2 4.2 5.x
6363
================= =========================== ==============================
6464

6565
**Installing from PyPI:**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read_requirements(basename):
2828

2929
setup(
3030
name='qgrid',
31-
version='0.3.0',
31+
version='0.3.2',
3232
description='A Pandas DataFrame viewer for IPython Notebook.',
3333
author='Quantopian Inc.',
3434
author_email='[email protected]',

0 commit comments

Comments
 (0)