Skip to content

Commit 1489fc6

Browse files
committed
Should be the final change for now.
Signed-off-by: Reece Dunham <[email protected]>
1 parent c7f4244 commit 1489fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs_plugin_progress/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Progress(BasePlugin):
2323
def on_config(self, *args, **kwargs):
2424
_info("Loaded configuration.")
2525

26-
def on_post_build(self):
26+
def on_post_build(self, *args, **kwargs):
2727
_info("Finishing up...")
2828

2929
def on_template_context(self, *args, **kwargs):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)