Skip to content

Commit

Permalink
bump to 14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 22, 2023
1 parent 44ece4c commit 3e93213
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


## 2023-12-22: pdoc 14.3.0

- Improve rendering of `.pyi` type stubs containing `@typing.overload`.
([#652](https://github.com/mitmproxy/pdoc/pull/652), @mhils)
- `@property` and `@cached_property` attributes now have a "View Source" button.
Expand Down
2 changes: 1 addition & 1 deletion pdoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def bark(self, loud: bool) -> None:
from __future__ import annotations

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

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit 3e93213

Please sign in to comment.