mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Bump version 3.4.0
This commit is contained in:
parent
7e516cb7b0
commit
a47c0e26c0
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue