From fe7dc91949a0cab9d6806630864065f926a3c727 Mon Sep 17 00:00:00 2001 From: Jonathan Gutow Date: Wed, 25 May 2022 13:44:18 -0500 Subject: [PATCH] Bump to 0.5.9 --- JPSLUtils/utils.py | 1 + README.md | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/JPSLUtils/utils.py b/JPSLUtils/utils.py index 7046e6e..8979292 100644 --- a/JPSLUtils/utils.py +++ b/JPSLUtils/utils.py @@ -370,6 +370,7 @@ def notice_html(self): ###### # Install JS support when this is imported with from JPSLUtils import * ###### +import JPSLMenus # This loads the menu support javascript. import os from IPython.display import display, HTML diff --git a/README.md b/README.md index d683b9e..f4e193d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ included. `OTJS('JPSLUtils.init();')` in python or just `JPSLUtils.init();` in javascript. #### Change Log + * 0.5.9 + * Switch to using hierarchical menus. + * Now requires JPSLMenus package. * 0.5.8 * additional insert text and selection utilities * 0.5.7 diff --git a/setup.py b/setup.py index ab8704f..ef88ccf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="JPSLUtils", - version="0.5.8", + version="0.5.9", description="Utilities for Jupyter Physical Science Lab project", long_description=long_description, long_description_content_type="text/markdown",