1
0
Fork 0
forked from github/pelican

prepare next release

This commit is contained in:
Alexis Metaireau 2012-02-28 19:09:41 +01:00
commit 6c5fe3b0cf
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.8.0"
__version__ = "3.0"
class Pelican(object):

View file

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