Skip to content

Commit

Permalink
Bump to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed May 25, 2022
1 parent ede57d2 commit fe7dc91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions JPSLUtils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe7dc91

Please sign in to comment.