bump version number

This commit is contained in:
Alexis Métaireau 2012-12-04 01:27:16 +01:00
commit be2a3f4030
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
Release history
###############
3.2 (XXXX-XX-XX)
================
* ???
3.1 (2012-12-04)
================

View file

@ -17,7 +17,7 @@ from pelican.utils import (clean_output_dir, files_changed, file_changed,
from pelican.writers import Writer
__major__ = 3
__minor__ = 0
__minor__ = 2
__version__ = "{0}.{1}".format(__major__, __minor__)

View file

@ -20,7 +20,7 @@ entry_points = {
setup(
name="pelican",
version="3.1",
version="3.2",
url='http://getpelican.com/',
author='Alexis Metaireau',
author_email='authors@getpelican.com',