Skip to content

Commit

Permalink
release 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Mar 13, 2022
1 parent 5d907c1 commit 42fa47f
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.3.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2022-03-13"

[[entries]]
id = "1dab5782-9dc8-4b38-9907-98f64a74c32f"
type = "fix"
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.2"
version = "4.6.3"
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 @@ -46,7 +46,7 @@


__author__ = 'Niklas Rosenstein <[email protected]>'
__version__ = '4.6.2'
__version__ = '4.6.3'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 42fa47f

Please sign in to comment.