Skip to content

Commit

Permalink
pdoc 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoc release bot committed Dec 12, 2024
1 parent a03feab commit 485d9fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## Unreleased: pdoc next


## 2024-12-12: pdoc 15.0.1

- Update Mermaid.js version.
([#763](https://github.com/mitmproxy/pdoc/pull/763), @CodeMelted)

Expand Down
2 changes: 1 addition & 1 deletion pdoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def bark(self, loud: bool) -> None:
from __future__ import annotations

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

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit 485d9fa

Please sign in to comment.