Skip to content

Commit 66e3ee2

Browse files
authored
bump to 0.4.2 (#62)
1 parent 1432e54 commit 66e3ee2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/HISTORY.ipynb

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
"# HISTORY"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"## 0.4.2 (unreleased)\n",
15+
"\n",
16+
"| Products under test | Versions |\n",
17+
"|-----------------------------|--------------------------|\n",
18+
"| Jupyter Notebook Classic | |\n",
19+
"| JupyterLab | |"
20+
]
21+
},
1022
{
1123
"cell_type": "markdown",
1224
"metadata": {},

docs/MAGIC.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"JupyterLibrary provides a few lightweight [IPython](https://ipython.readthedocs.io/en/stable/interactive/magics.html) [magics](https://jakevdp.github.io/PythonDataScienceHandbook/01.03-magic-commands.html) for its own testing purposes. \n",
1010
"\n",
11-
"If you like writing and executing Robot Framework Kernel, you might like a more full-featured experience:\n",
11+
"If you like writing and executing Robot Framework in a Jupyter kernel, you might like a more full-featured experience:\n",
1212
"\n",
1313
"- [robotkernel](https://github.com/robots-from-jupyter/robotkernel)\n",
1414
"- [xeus-robot](https://github.com/jupyter-xeus/xeus-robot) "
@@ -187,7 +187,7 @@
187187
"name": "python",
188188
"nbconvert_exporter": "python",
189189
"pygments_lexer": "ipython3",
190-
"version": "3.8.13"
190+
"version": "3.10.6"
191191
}
192192
},
193193
"nbformat": 4,

src/JupyterLibrary/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.4.2

0 commit comments

Comments
 (0)