Release new version of mkdocs-techdocs-core (#3207)

This commit is contained in:
Himanshu Mishra
2020-11-03 10:51:43 +01:00
committed by GitHub
parent 5aaeeb03b5
commit 4703305bc6
2 changed files with 5 additions and 1 deletions
@@ -82,6 +82,10 @@ Extensions:
## Changelog
### 0.0.11
- Any MkDocs plugin configurations from mkdocs.yml will now work and override the default configuration. See https://github.com/spotify/backstage/issues/3017
### 0.0.10
- Pin Markdown version to fix issue with Graphviz
@@ -23,7 +23,7 @@ with open(path.join(this_dir, "README.md"), encoding="utf-8") as file:
setup(
name="mkdocs-techdocs-core",
version="0.0.10",
version="0.0.11",
description="A Mkdocs package that contains TechDocs defaults",
long_description=long_description,
long_description_content_type="text/markdown",