Skip to content

Commit

Permalink
Merge pull request #267 from scipp/update-versionadded
Browse files Browse the repository at this point in the history
Update placeholders with version number
  • Loading branch information
nvaytet authored Sep 27, 2023
2 parents 238460d + ef2097b commit 92ef0f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/basics/line-plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"\n",
"<img src=\"../_static/circle-exclamation.svg\" width=\"16\" height=\"16\" />\n",
"&nbsp;\n",
"New in version <TODO:VERSION>.\n",
"New in version 23.10.0.\n",
"\n",
"</div>\n",
"\n",
Expand Down
5 changes: 2 additions & 3 deletions docs/customization/graph-node-tips.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"\n",
"<img src=\"../_static/circle-exclamation.svg\" width=\"16\" height=\"16\" />\n",
"&nbsp;\n",
"New in version <TODO:VERSION>.\n",
"New in version 23.10.0.\n",
"\n",
"</div>\n",
"\n",
Expand Down Expand Up @@ -280,8 +280,7 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion src/plopp/plotting/xyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def xyplot(
"""
Make a one-dimensional plot of one variable ``y`` as a function of another ``x``.
.. versionadded:: <TODO:VERSION>
.. versionadded:: 23.10.0
Parameters
----------
Expand Down

0 comments on commit 92ef0f2

Please sign in to comment.