diff options
| author | botpub <botpub@autopub.rocks> | 2021-10-01 14:10:26 +0000 |
|---|---|---|
| committer | botpub <botpub@autopub.rocks> | 2021-10-01 14:10:26 +0000 |
| commit | f862d64b7a492f2af24e1228790a1d75371a1112 (patch) | |
| tree | b4943f4bc43b216347985449d737a17cebad76a9 /setup.py | |
| parent | 7dec2660fb24dd1d50d4425751dab1ec59db608c (diff) | |
| download | pelican-4.7.0.tar.gz | |
Release Pelican 4.7.04.7.0
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.6.0" +version = "4.7.0" requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode', |
