1
0
Fork 0
forked from github/pelican

Prepare version 3.3.1.dev for next development cycle

This commit is contained in:
Justin Mayer 2013-09-24 21:57:28 +02:00
commit 2c468f091a
3 changed files with 7 additions and 2 deletions

View file

@ -61,7 +61,7 @@ client handy, use the webchat_ for quick feedback.
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Markdown: http://daringfireball.net/projects/markdown/
.. _Jinja2: http://jinja.pocoo.org/
.. _`Pelican documentation`: http://docs.getpelican.com/3.3.0/
.. _`Pelican documentation`: http://docs.getpelican.com/latest/
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
.. _`#pelican on Freenode`: irc://irc.freenode.net/pelican
.. _webchat: http://webchat.freenode.net/?channels=pelican&uio=d4

View file

@ -1,6 +1,11 @@
Release history
###############
Next release
============
- Nothing yet
3.3.0 (2013-09-24)
==================

View file

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