From 220bcf2c8b39b51e8c659cda50f2f2cd1b5edb1d Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 14 Apr 2023 12:37:48 +0200 Subject: Manually increment version in setup.py AutoPub's version incrementing logic apparently needs to be adjusted to handle this type of version number definition. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4baa904..c582f50 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ AUTHOR_EMAIL = 'foundation@djangoproject.com' MAINTAINER = 'Pelican Dev Team' MAINTAINER_EMAIL = 'authors@getpelican.com' KEYWORDS = "feed atom rss".split(' ') -VERSION = '2.0.0' +VERSION = '2.1.0' TEST_SUITE = 'tests' -- cgit v1.2.1