mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Bump version 3.3.0
This commit is contained in:
parent
2f57b86560
commit
b35ce43b7f
3 changed files with 4 additions and 4 deletions
|
|
@ -61,7 +61,7 @@ client handy, use the webchat_ for quick feedback.
|
||||||
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
||||||
.. _Markdown: http://daringfireball.net/projects/markdown/
|
.. _Markdown: http://daringfireball.net/projects/markdown/
|
||||||
.. _Jinja2: http://jinja.pocoo.org/
|
.. _Jinja2: http://jinja.pocoo.org/
|
||||||
.. _`Pelican documentation`: http://docs.getpelican.com/latest/
|
.. _`Pelican documentation`: http://docs.getpelican.com/3.3.0/
|
||||||
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
|
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
|
||||||
.. _`#pelican on Freenode`: irc://irc.freenode.net/pelican
|
.. _`#pelican on Freenode`: irc://irc.freenode.net/pelican
|
||||||
.. _webchat: http://webchat.freenode.net/?channels=pelican&uio=d4
|
.. _webchat: http://webchat.freenode.net/?channels=pelican&uio=d4
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
Release history
|
Release history
|
||||||
###############
|
###############
|
||||||
|
|
||||||
Next release
|
3.3.0 (2013-09-24)
|
||||||
============
|
==================
|
||||||
|
|
||||||
* Drop Python 3.2 support in favor of Python 3.3
|
* Drop Python 3.2 support in favor of Python 3.3
|
||||||
* Add ``Fabfile`` so Fabric can be used for workflow automation instead of Make
|
* Add ``Fabfile`` so Fabric can be used for workflow automation instead of Make
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,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.2.3.dev"
|
__version__ = "3.3.0"
|
||||||
|
|
||||||
DEFAULT_CONFIG_NAME = 'pelicanconf.py'
|
DEFAULT_CONFIG_NAME = 'pelicanconf.py'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue