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 618735a commit 3e04e52Copy full SHA for 3e04e52
README.md
@@ -69,7 +69,7 @@ Install the package from source with pip:
69
```bash
70
cd mkdocs-encryptcontent-plugin/
71
python setup.py sdist bdist_wheel
72
-pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-2.5.2-py3-none-any.whl
+pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-2.5.3-py3-none-any.whl
73
```
74
75
Enable the plugin in your `mkdocs.yml`:
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='mkdocs-encryptcontent-plugin',
14
- version='2.5.2',
+ version='2.5.3',
15
author='unverbuggt',
16
author_email='[email protected]',
17
description='A MkDocs plugin that encrypt/decrypt markdown content with AES',
0 commit comments