summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-04-14 12:37:48 +0200
committerJustin Mayer <entroP@gmail.com>2023-04-14 12:37:48 +0200
commit220bcf2c8b39b51e8c659cda50f2f2cd1b5edb1d (patch)
tree15718dc7c41409d96d23c6b0afc45d50036c636a
parent245ae3334a5172aea520e1362fc99c219ba8084a (diff)
downloadfeedgenerator-220bcf2c8b39b51e8c659cda50f2f2cd1b5edb1d.tar.gz
Manually increment version in setup.py2.1.0
AutoPub's version incrementing logic apparently needs to be adjusted to handle this type of version number definition.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'