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