summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbotpub <botpub@autopub.rocks>2021-01-04 16:16:16 +0000
committerbotpub <botpub@autopub.rocks>2021-01-04 16:16:16 +0000
commit9e72b29fc1a9bbd10725cc98878840e015d626a0 (patch)
treec7e1c04fdf93b6a45fb28deebfaa5f68567de1e4 /setup.py
parentdc601059265bfd0722b8d07c67dd1f39b091fbfa (diff)
downloadpelican-4.5.4.tar.gz
Release Pelican 4.5.44.5.4
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 ca1fc674..b4e769c0 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.3"
+version = "4.5.4"
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments',
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',