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 d948607 commit 8cac6c9Copy full SHA for 8cac6c9
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.6.0 (2022-07-26)
6
+### Fix
7
+* Nonetype has no len ([`d948607`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/d94860740cf69fdaf0b9595b27f44ecb9f39b969))
8
+
9
## v1.5.0 (2022-07-25)
10
11
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.5.0"
+version = "1.6.0"
def classification_dependencies():
with open("requirements.txt") as f:
0 commit comments