summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbotpub <botpub@autopub.rocks>2021-10-01 14:10:26 +0000
committerbotpub <botpub@autopub.rocks>2021-10-01 14:10:26 +0000
commitf862d64b7a492f2af24e1228790a1d75371a1112 (patch)
treeb4943f4bc43b216347985449d737a17cebad76a9 /setup.py
parent7dec2660fb24dd1d50d4425751dab1ec59db608c (diff)
downloadpelican-4.7.0.tar.gz
Release Pelican 4.7.04.7.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5ffd0fdf..c59c2daa 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from os.path import join, relpath
from setuptools import find_packages, setup
-version = "4.6.0"
+version = "4.7.0"
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',