bump the minor version

This commit is contained in:
Alexis Métaireau 2013-05-19 22:35:12 +10:00
commit 10a5f9c9ba
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ from pelican.writers import Writer
__major__ = 3
__minor__ = 2
__micro__ = 0
__micro__ = 1
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__)

View file

@ -25,7 +25,7 @@ CHANGELOG = open('docs/changelog.rst').read()
setup(
name="pelican",
version="3.2",
version="3.2.1",
url='http://getpelican.com/',
author='Alexis Metaireau',
author_email='authors@getpelican.com',