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 e71e56c commit 33d96efCopy full SHA for 33d96ef
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.2.13 (2022-07-13)
6
+
7
8
## v1.2.12 (2022-07-13)
9
### Fix
10
* Relative links not embedded correctly ([`c1a50ad`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/c1a50ad6a61fa1aa0842f55e0d4192c82aca3e08))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.2.12"
+version = "1.2.13"
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
0 commit comments