Skip to content

Commit

Permalink
release 4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Nov 13, 2022
1 parent 4c6d0dc commit 3aa2fa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/_unreleased.toml → .changelog/4.6.4.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2022-11-13"

[[entries]]
id = "61d34362-5fc1-474f-9c19-bead33b9ddc7"
type = "improvement"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydoc-markdown"
version = "4.6.3"
version = "4.6.4"
description = "Create Python API documentation in Markdown format."
authors = ["Niklas Rosenstein <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pydoc_markdown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from pydoc_markdown.util import ytemplate

__author__ = "Niklas Rosenstein <[email protected]>"
__version__ = "4.6.3"
__version__ = "4.6.4"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 3aa2fa9

Please sign in to comment.