From b05dd31ff04051e2cf46bfb956d27fcae6b91771 Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 7 Apr 2022 13:33:59 +0200 Subject: [PATCH] v0.9.5 --- examples/README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",