Version bump

This commit is contained in:
Alexis Metaireau 2010-12-19 01:30:08 +00:00
commit 4aacf4f7c7
2 changed files with 3 additions and 2 deletions

View file

@ -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):