summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbotpub <botpub@autopub.rocks>2020-12-01 20:36:51 +0000
committerbotpub <botpub@autopub.rocks>2020-12-01 20:36:51 +0000
commit8033162ba4393db60791b201fb100d1be0f04431 (patch)
tree7aae6085e32ef1f1f8a8ca6a7add3dc8e209fd74 /setup.py
parent9435a6c0451a32ab3dba602fba3b79b3c06c929c (diff)
downloadpelican-4.5.3.tar.gz
Release Pelican 4.5.34.5.3
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 91847f03..ca1fc674 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.5.2"
+version = "4.5.3"
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments',
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',