Skip to content

Commit

Permalink
bump to 14.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed May 18, 2024
1 parent b24e04e commit 82e633e
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-05-16: pdoc 14.5.0

- The `.. include:` rST directive now supports start-line, end-line, start-after, end-before options.
([#684](https://github.com/mitmproxy/pdoc/pull/684), @frankharkins)
- Fix image embedding in included rST files.
Expand Down
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.4.0" # this is read from setup.py
__version__ = "14.5.0" # this is read from setup.py

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit 82e633e

Please sign in to comment.