1
0
Fork 0
forked from github/pelican

bug fix release for fixing #221

This commit is contained in:
ms4py 2012-05-16 08:04:34 +02:00
commit 40f1e3d75f
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__ = "2.8.1"
class Pelican(object):