We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae92335 commit 9af8696Copy full SHA for 9af8696
pdoc/__init__.py
@@ -475,7 +475,7 @@ def bark(self, loud: bool) -> None:
475
from __future__ import annotations
476
477
__docformat__ = "markdown" # explicitly disable rST processing in the examples above.
478
-__version__ = "14.5.0" # this is read from setup.py
+__version__ = "14.5.1" # this is read from setup.py
479
480
from pathlib import Path
481
from typing import overload
0 commit comments