bump 2.7.0

This commit is contained in:
Alexis Metaireau 2011-06-11 21:43:31 +02:00
commit 086df21ce7
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ from pelican.utils import clean_output_dir, files_changed
from pelican.writers import Writer
from pelican import log
VERSION = "2.6.0"
VERSION = "2.7.0"
class Pelican(object):

View file

@ -2,7 +2,7 @@
from setuptools import setup
import sys
VERSION = "2.6.0" # find a better way to do so.
VERSION = "2.7.0" # find a better way to do so.
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils']
if sys.version_info < (2,7):