Skip to content

Commit 9af8696

Browse files
committed
bump to 14.5.1
1 parent ae92335 commit 9af8696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdoc/__init__.py

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

477477
__docformat__ = "markdown" # explicitly disable rST processing in the examples above.
478-
__version__ = "14.5.0" # this is read from setup.py
478+
__version__ = "14.5.1" # this is read from setup.py
479479

480480
from pathlib import Path
481481
from typing import overload

0 commit comments

Comments
 (0)