diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d58cc5..51c34db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mkapi/__init__.py b/mkapi/__init__.py index 9b802e1d..2405b016 100644 --- a/mkapi/__init__.py +++ b/mkapi/__init__.py @@ -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