Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Jun 17, 2020
1 parent 1ff1f7b commit 66494fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## Version 1.0.4 (2020-06-16)

* BugFix: Include decorated functions if decorator uses `functools.wraps()`.
* `all` filter for package or module to display all of the members and add links to them.
* Add link from table of contents to source.
Expand Down
2 changes: 1 addition & 1 deletion mkapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.3"
__version__ = "1.0.4"

from mkapi.core.module import get_module
from mkapi.core.node import get_node
Expand Down

0 comments on commit 66494fb

Please sign in to comment.