Skip to content

Commit

Permalink
bump to 12.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jan 6, 2023
1 parent 0980a98 commit 611a4bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

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

## 2023-01-06: pdoc 12.3.1

- Switch from `setup.py` to `pyproject.toml` for pdoc itself. Please file an issue if that causes any problems.
([#474](https://github.com/mitmproxy/pdoc/issues/474), @mhils)
- Fix broken links for inherited methods if both parent and subclass have the same name.
Expand Down
2 changes: 1 addition & 1 deletion pdoc/__init__.py
Expand Up @@ -453,7 +453,7 @@ def bark(self, loud: bool) -> None:
from __future__ import annotations

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

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit 611a4bf

Please sign in to comment.