forked from github/pelican
Version bump
This commit is contained in:
parent
1c29609f08
commit
4aacf4f7c7
2 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ from pelican.writers import Writer
|
|||
from pelican.generators import (ArticlesGenerator, PagesGenerator,
|
||||
StaticGenerator, PdfGenerator)
|
||||
|
||||
VERSION = "2.5.2"
|
||||
VERSION = "2.5.3"
|
||||
|
||||
|
||||
def init_params(settings=None, path=None, theme=None, output_path=None,
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -1,6 +1,7 @@
|
|||
from setuptools import setup
|
||||
import sys
|
||||
VERSION = "2.5.2"
|
||||
|
||||
VERSION = "2.5.3" # find a better way to do so.
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'Markdown']
|
||||
if sys.version_info < (2,7):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue