forked from github/pelican
tagging 3.1
This commit is contained in:
parent
e4dd5c1c00
commit
89fd11d582
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
3.1 (XXXX-XX-XX)
|
||||
3.1 (2012-12-04)
|
||||
================
|
||||
|
||||
* Improve handling of links to intra-site resources
|
||||
|
|
@ -32,7 +32,7 @@ Release history
|
|||
``article_generate_preread``
|
||||
|
||||
3.0 (2012-08-08)
|
||||
==================
|
||||
================
|
||||
|
||||
* Refactored the way URLs are handled
|
||||
* Improved the English documentation
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(
|
|||
version="3.1",
|
||||
url='http://getpelican.com/',
|
||||
author='Alexis Metaireau',
|
||||
author_email='alexis@notmyidea.org',
|
||||
author_email='authors@getpelican.com',
|
||||
description="A tool to generate a static blog from reStructuredText or "\
|
||||
"Markdown input files.",
|
||||
long_description=open('README.rst').read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue