Skip to content

Commit

Permalink
pdoc 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoc release bot committed Oct 11, 2024
1 parent f481381 commit 738f791
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-10-11: pdoc 15.0.0

- Remove support for Python 3.8, which has reached end-of-life on 2024-10-07.
([#747](https://github.com/mitmproxy/pdoc/pull/747), @mhils)
- Inherited members are now hidden by default if the base class is not part of the documentation.
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__ = "14.7.0" # this is read from setup.py
__version__ = "15.0.0" # this is read from setup.py

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit 738f791

Please sign in to comment.