Skip to content

Commit 6677d73

Browse files
author
pdoc release bot
committed
pdoc 16.0.0
1 parent 3f75834 commit 6677d73

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-10-27: pdoc 16.0.0
9+
710
- pdoc has a new logo. 🐍
811
([#838](https://github.com/mitmproxy/pdoc/pull/838), @mhils)
912
- Add support for Python 3.14.

pdoc/__init__.py

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

502502
__docformat__ = "markdown" # explicitly disable rST processing in the examples above.
503-
__version__ = "15.0.4" # this is read from setup.py
503+
__version__ = "16.0.0" # this is read from setup.py
504504

505505
from pathlib import Path
506506
from typing import overload

0 commit comments

Comments
 (0)