Skip to content

Commit

Permalink
Changes for 0.3.2 release (#82)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
TimShawver authored Jun 13, 2016
1 parent 509b303 commit ee1299e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ and will be automatically installed (if necessary) when qgrid is installed via p
qgrid IPython / Jupyter notebook ipywidgets
================= =========================== ==============================
0.2.0 2.x N/A
0.3.x, master 3.x N/A
0.3.x, master 4.0 4.0.x
0.3.x, master 4.1 4.1.x
master 4.2 5.x
0.3.x 3.x N/A
0.3.x 4.0 4.0.x
0.3.x 4.1 4.1.x
0.3.2 4.2 5.x
================= =========================== ==============================

**Installing from PyPI:**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read_requirements(basename):

setup(
name='qgrid',
version='0.3.0',
version='0.3.2',
description='A Pandas DataFrame viewer for IPython Notebook.',
author='Quantopian Inc.',
author_email='[email protected]',
Expand Down

0 comments on commit ee1299e

Please sign in to comment.