From ddc31376c85696099c9952d4eb03b1aa4426a4d5 Mon Sep 17 00:00:00 2001 From: lps Date: Wed, 7 Oct 2020 12:46:43 +0200 Subject: [PATCH] increase release version --- eds4jinja2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eds4jinja2/__init__.py b/eds4jinja2/__init__.py index 2617120..27b9b80 100644 --- a/eds4jinja2/__init__.py +++ b/eds4jinja2/__init__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" # The format of the __version__ line is matched by a regex in setup.py and /docs/conf.py -__version__ = "0.1.21" +__version__ = "0.1.22" __date__ = "2020-09-16" import logging