We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a2c5b commit f9ea9d9Copy full SHA for f9ea9d9
README.md
@@ -143,6 +143,9 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
143
144
### Unreleased
145
146
+### 1.3.6
147
+ - Bumped `mkdocs-material` to `9.5.26`.
148
+
149
### 1.3.5
150
- Bumped `mkdocs-material` to `9.5.13` which adds support for card grids and grid layouts
151
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name="mkdocs-techdocs-core",
31
- version="1.3.5",
+ version="1.3.6",
32
description="The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
33
"multiple MkDocs plugins and Python Markdown extensions",
34
long_description=long_description,
0 commit comments