mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
|
Release history
|
||||||
###############
|
###############
|
||||||
|
|
||||||
3.1 (XXXX-XX-XX)
|
3.1 (2012-12-04)
|
||||||
================
|
================
|
||||||
|
|
||||||
* Improve handling of links to intra-site resources
|
* Improve handling of links to intra-site resources
|
||||||
|
|
@ -32,7 +32,7 @@ Release history
|
||||||
``article_generate_preread``
|
``article_generate_preread``
|
||||||
|
|
||||||
3.0 (2012-08-08)
|
3.0 (2012-08-08)
|
||||||
==================
|
================
|
||||||
|
|
||||||
* Refactored the way URLs are handled
|
* Refactored the way URLs are handled
|
||||||
* Improved the English documentation
|
* Improved the English documentation
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(
|
||||||
version="3.1",
|
version="3.1",
|
||||||
url='http://getpelican.com/',
|
url='http://getpelican.com/',
|
||||||
author='Alexis Metaireau',
|
author='Alexis Metaireau',
|
||||||
author_email='alexis@notmyidea.org',
|
author_email='authors@getpelican.com',
|
||||||
description="A tool to generate a static blog from reStructuredText or "\
|
description="A tool to generate a static blog from reStructuredText or "\
|
||||||
"Markdown input files.",
|
"Markdown input files.",
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue