Skip to content

Commit 1441f05

Browse files
author
pdoc release bot
committed
pdoc 15.0.4
1 parent 7391e8a commit 1441f05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
## Unreleased: pdoc next
66

7+
8+
## 2025-06-04: pdoc 15.0.4
9+
710
- Include included HTML headers in the ToC by default by enabling markdown2's `mixed=True` option of the `header-ids` extra
811
(#806, @mrossinek)
912
- Make `pdoc .` work to document the module in the current directory.

pdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def bark(self, loud: bool) -> None:
481481
from __future__ import annotations
482482

483483
__docformat__ = "markdown" # explicitly disable rST processing in the examples above.
484-
__version__ = "15.0.3" # this is read from setup.py
484+
__version__ = "15.0.4" # this is read from setup.py
485485

486486
from pathlib import Path
487487
from typing import overload

0 commit comments

Comments
 (0)