mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
release 3.1.1
This commit is contained in:
parent
a07b56c02b
commit
eafcecd75d
3 changed files with 4 additions and 8 deletions
|
|
@ -1,11 +1,6 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
3.2 (XXXX-XX-XX)
|
||||
================
|
||||
|
||||
* ???
|
||||
|
||||
3.1 (2012-12-04)
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -17,8 +17,9 @@ from pelican.utils import (clean_output_dir, files_changed, file_changed,
|
|||
from pelican.writers import Writer
|
||||
|
||||
__major__ = 3
|
||||
__minor__ = 2
|
||||
__version__ = "{0}.{1}".format(__major__, __minor__)
|
||||
__minor__ = 1
|
||||
__micro__ = 1
|
||||
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__)
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ entry_points = {
|
|||
|
||||
setup(
|
||||
name="pelican",
|
||||
version="3.2",
|
||||
version="3.1.1",
|
||||
url='http://getpelican.com/',
|
||||
author='Alexis Metaireau',
|
||||
author_email='authors@getpelican.com',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue