Bump version 3.4.0

This commit is contained in:
Justin Mayer 2014-07-01 13:34:47 -07:00
commit a47c0e26c0
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
Release history Release history
############### ###############
Next release 3.4.0 (2014-07-01)
============ ==================
* Speed up content generation via new caching mechanism * Speed up content generation via new caching mechanism
* Add selective post generation (instead of always building entire site) * Add selective post generation (instead of always building entire site)

View file

@ -25,7 +25,7 @@ from pelican.settings import read_settings
from pelican.utils import clean_output_dir, folder_watcher, file_watcher from pelican.utils import clean_output_dir, folder_watcher, file_watcher
from pelican.writers import Writer from pelican.writers import Writer
__version__ = "3.3.1.dev" __version__ = "3.4.0"
DEFAULT_CONFIG_NAME = 'pelicanconf.py' DEFAULT_CONFIG_NAME = 'pelicanconf.py'