diff --git a/CHANGELOG.md b/CHANGELOG.md index 1529b245..4248f725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pdoc/__init__.py b/pdoc/__init__.py index 62ad1802..77300544 100644 --- a/pdoc/__init__.py +++ b/pdoc/__init__.py @@ -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