Skip to content

Commit

Permalink
bump to 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Sep 10, 2023
1 parent 188be08 commit c07d97c
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 @@

<!-- ✨ You do not need to add a pull request reference or an author, this will be added automatically by CI. ✨ -->


## 2023-09-10: pdoc 14.1.0

- Add compatibility with Python 3.12
([#620](https://github.com/mitmproxy/pdoc/pull/620), @mhils)
- Add support for relative links. Instead of explicitly referring to `mypackage.helpers.foo`,
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.0.0" # this is read from setup.py
__version__ = "14.1.0" # this is read from setup.py

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit c07d97c

Please sign in to comment.