Skip to content

Commit

Permalink
reopen main for development
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoc release bot committed Sep 11, 2024
1 parent a7b4efc commit f0c1851
Showing 1 changed file with 1 addition and 1 deletion.
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.7.0-dev" # this is read from setup.py

from pathlib import Path
from typing import overload
Expand Down

0 comments on commit f0c1851

Please sign in to comment.