-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d907c1
commit 42fa47f
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
|
||
|
||
__author__ = 'Niklas Rosenstein <[email protected]>' | ||
__version__ = '4.6.2' | ||
__version__ = '4.6.3' | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|