Skip to content

Commit

Permalink
bump version number to 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laowantong committed Mar 25, 2024
1 parent 5bff924 commit 3ef367a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions doc/fr_refman.html
Original file line number Diff line number Diff line change
Expand Up @@ -7483,7 +7483,7 @@
<script>
$( document ).ready(function(){

var cfg = {"base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": false, "title_cell": "Mocodo", "title_sidebar": "Mocodo", "toc_cell": true, "toc_position": {"height": "47.6953px", "left": "118px", "top": "171px", "width": "322.719px"}, "toc_section_display": true, "toc_window_display": true};
var cfg = {"base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": false, "title_cell": "Mocodo", "title_sidebar": "Mocodo", "toc_cell": true, "toc_position": {"height": "499.575px", "left": "40px", "top": "132px", "width": "260.582px"}, "toc_section_display": true, "toc_window_display": true};
cfg.navigate_menu=false;
// fire the main function with these parameters
require(['nbextensions/toc2/toc2'], function (toc2) {
Expand All @@ -7509,7 +7509,7 @@ <h1>Mocodo<span class="tocSkip"></span></h1>
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In [7]:</div>
<div class="jp-InputPrompt jp-InputArea-prompt">In [3]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="cm-editor cm-s-jupyter">
<div class="highlight hl-ipython3"><pre><span></span><span class="o">%</span><span class="k">reload_ext</span> mocodo
Expand All @@ -7525,7 +7525,7 @@ <h1>Mocodo<span class="tocSkip"></span></h1>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain" tabindex="0">
<pre>Mocodo 4.2.4 loaded.
<pre>Mocodo 4.2.6 loaded.
</pre>
</div>
</div>
Expand All @@ -7536,7 +7536,7 @@ <h1>Mocodo<span class="tocSkip"></span></h1>
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In [8]:</div>
<div class="jp-InputPrompt jp-InputArea-prompt">In [4]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="cm-editor cm-s-jupyter">
<div class="highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">IPython</span> <span class="kn">import</span> <span class="n">display</span>
Expand Down
10 changes: 5 additions & 5 deletions doc/fr_refman.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {
"init_cell": true
},
Expand All @@ -21,7 +21,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Mocodo 4.2.4 loaded.\n"
"Mocodo 4.2.6 loaded.\n"
]
}
],
Expand All @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"metadata": {
"init_cell": true
},
Expand Down Expand Up @@ -23200,8 +23200,8 @@
"toc_cell": true,
"toc_position": {
"height": "499.575px",
"left": "59px",
"top": "189px",
"left": "40px",
"top": "132px",
"width": "260.582px"
},
"toc_section_display": true,
Expand Down
2 changes: 1 addition & 1 deletion mocodo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
from importlib import import_module

__version__ = "4.2.5"
__version__ = "4.2.6"
SCRIPT_DIRECTORY = Path(__file__).resolve().parent


Expand Down

0 comments on commit 3ef367a

Please sign in to comment.