diff --git a/examples/README.md b/examples/README.md index 053b27c..d58afb1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,6 +6,8 @@ Overview: - [advanced example](#advanced-example) touches on the potentials of the plugin. - [Misc](#misc) shows other use-cases. +After reading this tutorial, have a look at other plugins that use `lektor-groupby`: +- [lektor-inlinetags](https://github.com/relikd/lektor-inlinetags-plugin) ## About diff --git a/setup.py b/setup.py index 9af023b..0eb7c54 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( }, author='relikd', url='https://github.com/relikd/lektor-groupby-plugin', - version='0.9.4', + version='0.9.5', description='Cluster arbitrary records with field attribute keyword.', long_description=longdesc, long_description_content_type="text/markdown",