tagging 3.1

This commit is contained in:
Alexis Métaireau 2012-12-04 01:21:57 +01:00
commit 89fd11d582
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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(),