Skip to content

Commit

Permalink
bump to 14.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jun 25, 2024
1 parent ae92335 commit 9af8696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def bark(self, loud: bool) -> None:
from __future__ import annotations

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

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit 9af8696

Please sign in to comment.