mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Bump version
This commit is contained in:
parent
ec06e6ed95
commit
8d6de4ec59
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup
|
||||
import sys
|
||||
|
||||
VERSION = "2.5.3" # find a better way to do so.
|
||||
VERSION = "2.6.0" # 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