From 739ae196ab2f7b15800ce82b50dde82bff6751d7 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 18 Aug 2021 10:58:33 +0200 Subject: [PATCH] Release new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b43ea7..8ba6981 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ MAINTAINER = 'Pelican Dev Team' MAINTAINER_EMAIL = 'authors@getpelican.com' KEYWORDS = "feed atom rss".split(' ') -VERSION = '1.9.1' +VERSION = '1.9.2' TEST_SUITE = 'tests_feedgenerator'