diff options
author | botpub <botpub@autopub.rocks> | 2021-01-04 16:16:16 +0000 |
---|---|---|
committer | botpub <botpub@autopub.rocks> | 2021-01-04 16:16:16 +0000 |
commit | 9e72b29fc1a9bbd10725cc98878840e015d626a0 (patch) | |
tree | c7e1c04fdf93b6a45fb28deebfaa5f68567de1e4 /setup.py | |
parent | dc601059265bfd0722b8d07c67dd1f39b091fbfa (diff) | |
download | pelican-4.5.4.tar.gz |
Release Pelican 4.5.44.5.4
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.3" +version = "4.5.4" requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments', 'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode', |