Skip to content

Commit

Permalink
📝 Fix release RST fields @ 3.1/3.2 changelogs
Browse files Browse the repository at this point in the history
These are lacking a whitespace so the RST parser doesn't recognize
them as fields.
  • Loading branch information
webknjaz authored and DanielNoord committed Apr 25, 2024
1 parent 67bfab4 commit bf99c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/whatsnew/3/3.1/index.rst
Expand Up @@ -6,7 +6,7 @@
.. toctree::
:maxdepth: 2

:Release:3.1
:Release: 3.1
:Date: 2024-02-25

Summary -- Release highlights
Expand Down
2 changes: 1 addition & 1 deletion doc/whatsnew/3/3.2/index.rst
Expand Up @@ -6,7 +6,7 @@
.. toctree::
:maxdepth: 2

:Release:3.2
:Release: 3.2
:Date: TBA

Summary -- Release highlights
Expand Down

0 comments on commit bf99c95

Please sign in to comment.