Skip to content

Commit

Permalink
Should be the final change for now.
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <[email protected]>
  • Loading branch information
RDIL committed Feb 21, 2020
1 parent c7f4244 commit 1489fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs_plugin_progress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Progress(BasePlugin):
def on_config(self, *args, **kwargs):
_info("Loaded configuration.")

def on_post_build(self):
def on_post_build(self, *args, **kwargs):
_info("Finishing up...")

def on_template_context(self, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="mkdocs-plugin-progress",
version="1.1.3",
version="1.1.4",
packages=setuptools.find_packages(),
description="A plugin for MkDocs that lets you know exactly what is happening during the build.",
keywords=["mkdocs", "plugin", "progress", "build", "debugging"],
Expand Down

0 comments on commit 1489fc6

Please sign in to comment.