Skip to content

Commit

Permalink
🩹 Fix version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Jul 27, 2024
1 parent 0a20116 commit 27f3cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mkdocs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ from pandoc.types import *
>>> pandoc.configure(read=True) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
{'auto': False,
'path': ...,
'version': '3.1.1',
'pandoc_types_version': '1.23'}
'version': '3.2',
'pandoc_types_version': '1.23.1'}
```

<h5>See also</h5>
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/api.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ from pandoc.types import *
>>> pandoc.configure(read=True) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
{'auto': False,
'path': ...,
'version': '3.1.1',
'pandoc_types_version': '1.23'}
'version': '3.2',
'pandoc_types_version': '1.23.1'}
```

<h5>See also</h5>
Expand Down

0 comments on commit 27f3cdc

Please sign in to comment.