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 9813ed0 commit f4d49dcCopy full SHA for f4d49dc
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.6.3 (2022-07-28)
6
+
7
8
## v1.6.2 (2022-07-26)
9
### Fix
10
* EOL while scanning string literal ([`a210f53`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/a210f5356c074e5b47a063f697c367e5a74fbdfa))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.6.2"
+version = "1.6.3"
def classification_dependencies():
with open("requirements.txt") as f:
0 commit comments