File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Install the package from source with pip:
1313``` bash
1414cd mkdocs-encryptcontent-plugin/
1515python setup.py sdist bdist_wheel
16- pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.3 -py3-none-any.whl
16+ pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.4 -py3-none-any.whl
1717```
1818
1919Enable the plugin in your ` mkdocs.yml ` :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
1111
1212setup (
1313 name = 'mkdocs-encryptcontent-plugin' ,
14- version = '3.0.3 ' ,
14+ version = '3.0.4 ' ,
1515 author = 'unverbuggt' ,
1616 author_email = 'unverbuggt@xn--rthlein-n2a.de' ,
1717 description = 'A MkDocs plugin that encrypt/decrypt markdown content with AES' ,
You can’t perform that action at this time.
0 commit comments