Skip to content

Commit

Permalink
bump to 14.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jul 24, 2024
1 parent 8d6d980 commit e6464b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Unreleased: pdoc next

## 2024-07-24: pdoc 14.6.0

- If `example.data.Data` is also exposed as `example.Data`, pdoc now links to `example.Data` in documentation.
([#670](https://github.com/mitmproxy/pdoc/pull/670), @nathanthorpe, @mhils)
- Add support for [GitHub Markdown Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts).
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.5.1" # this is read from setup.py
__version__ = "14.6.0" # this is read from setup.py

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit e6464b6

Please sign in to comment.