mkdocs-alias-plugin 0.8.2__tar.gz → 0.9.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mkdocs-alias-plugin
3
- Version: 0.8.2
3
+ Version: 0.9.0
4
4
  Summary: An MkDocs plugin allowing links to your pages using a custom alias
5
5
  Home-page: https://github.com/eddyluten/mkdocs-alias-plugin
6
6
  Author: Eddy Luten
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mkdocs-alias-plugin
3
- Version: 0.8.2
3
+ Version: 0.9.0
4
4
  Summary: An MkDocs plugin allowing links to your pages using a custom alias
5
5
  Home-page: https://github.com/eddyluten/mkdocs-alias-plugin
6
6
  Author: Eddy Luten
@@ -7,7 +7,7 @@ long_description = (this_directory / 'README.md').read_text()
7
7
 
8
8
  setup(
9
9
  name='mkdocs-alias-plugin',
10
- version='0.8.2',
10
+ version='0.9.0',
11
11
  description=
12
12
  'An MkDocs plugin allowing links to your pages using a custom alias',
13
13
  long_description=long_description,