From f4742a2fb6433583ff064e1d512c94e3f1bc6790 Mon Sep 17 00:00:00 2001 From: Tim Shawver Date: Mon, 6 Jun 2016 00:44:28 -0400 Subject: [PATCH 1/2] A few changes we'll want to make when we tag a branch with 0.4.0 for release on pypi. --- README.rst | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 454ae777..afae6c76 100644 --- a/README.rst +++ b/README.rst @@ -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, 0.4.0 3.x N/A + 0.3.x, 0.4.0 4.0 4.0.x + 0.3.x, 0.4.0 4.1 4.1.x + 0.4.0 4.2 5.x ================= =========================== ============================== **Installing from PyPI:** diff --git a/setup.py b/setup.py index b5d8b007..845f72a0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read_requirements(basename): setup( name='qgrid', - version='0.3.0', + version='0.4.0', description='A Pandas DataFrame viewer for IPython Notebook.', author='Quantopian Inc.', author_email='tshawver@quantopian.com', From 4448ebaf397d5d91fa6e3d89898358da7c554a8a Mon Sep 17 00:00:00 2001 From: Tim Shawver Date: Sun, 12 Jun 2016 23:04:44 -0400 Subject: [PATCH 2/2] Let's call this release 0.3.2 since there aren't any new features, just compatibility changes. --- README.rst | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index afae6c76..099f0549 100644 --- a/README.rst +++ b/README.rst @@ -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, 0.4.0 3.x N/A - 0.3.x, 0.4.0 4.0 4.0.x - 0.3.x, 0.4.0 4.1 4.1.x - 0.4.0 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:** diff --git a/setup.py b/setup.py index 845f72a0..23b4fbfe 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read_requirements(basename): setup( name='qgrid', - version='0.4.0', + version='0.3.2', description='A Pandas DataFrame viewer for IPython Notebook.', author='Quantopian Inc.', author_email='tshawver@quantopian.com',