diff options
author | botpub <botpub@autopub.rocks> | 2020-12-01 20:36:51 +0000 |
---|---|---|
committer | botpub <botpub@autopub.rocks> | 2020-12-01 20:36:51 +0000 |
commit | 8033162ba4393db60791b201fb100d1be0f04431 (patch) | |
tree | 7aae6085e32ef1f1f8a8ca6a7add3dc8e209fd74 /setup.py | |
parent | 9435a6c0451a32ab3dba602fba3b79b3c06c929c (diff) | |
download | pelican-4.5.3.tar.gz |
Release Pelican 4.5.34.5.3
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |