Skip to content

Commit 485d9fa

Browse files
author
pdoc release bot
committed
pdoc 15.0.1
1 parent a03feab commit 485d9fa

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+
## 2024-12-12: pdoc 15.0.1
9+
710
- Update Mermaid.js version.
811
([#763](https://github.com/mitmproxy/pdoc/pull/763), @CodeMelted)
912

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.0" # this is read from setup.py
484+
__version__ = "15.0.1" # this is read from setup.py
485485

486486
from pathlib import Path
487487
from typing import overload

0 commit comments

Comments
 (0)