From 485d9fa45acb69974ae410ba19c3a996346bca55 Mon Sep 17 00:00:00 2001 From: pdoc release bot Date: Thu, 12 Dec 2024 15:35:13 +0000 Subject: [PATCH] pdoc 15.0.1 --- CHANGELOG.md | 3 +++ pdoc/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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