Skip to content

Commit 6a7c8c9

Browse files
committed
0.5.4, readme updates.
1 parent cace405 commit 6a7c8c9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

InstructorTools/javascript/InstructorToolsmnu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function createInstructorToolsMenu(){
5757
insert_init_boilerplate();
5858
}
5959
}
60-
var optiontxt = '<option title="Choose an Instructor Tool"> \
60+
var optiontxt = '<option title="Choose an option below"> \
6161
Instructor Tools</option>';
6262
optiontxt+='<option title="Insert cell below selected and create a \
6363
data entry table.">Insert Data Entry Table...</option>';

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Simply replace `$ pip install jupyter-instructortools` with
134134
`$ pip install -e ../jupyter-instructortools` in the _Production_ instructions.
135135

136136
### Change Log
137+
* 0.5.4 Minor bug fixes and interface tweaks.
137138
* 0.5.3
138139
* Added options to flag cells as allowed to be hidden.
139140
* Added ability to test hide/show of cells.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="jupyter-instructortools",
8-
version="0.5.3",
8+
version="0.5.4",
99
description="Useful tools for instructors creating Jupyter notebook templates.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)