Bump version 3.6.0

This commit is contained in:
Justin Mayer 2015-06-15 13:45:50 -07:00
commit fba2826b70
4 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ from pelican.utils import (clean_output_dir, folder_watcher,
file_watcher, maybe_pluralize)
from pelican.writers import Writer
__version__ = "3.5.0"
__version__ = "3.6.0"
DEFAULT_CONFIG_NAME = 'pelicanconf.py'