forked from github/pelican
bump version number
This commit is contained in:
parent
822c63cbd7
commit
be2a3f4030
3 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
3.2 (XXXX-XX-XX)
|
||||
================
|
||||
|
||||
* ???
|
||||
|
||||
3.1 (2012-12-04)
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue