Theme fix + remove trailing spaces when parsing rst files for tags.

This commit is contained in:
Alexis Metaireau 2010-10-17 04:21:00 +01:00
commit 2baf91a50d
3 changed files with 7 additions and 3 deletions

View file

@ -7,7 +7,7 @@ if sys.version_info < (2,7):
setup(
name = "pelican",
version = '1.2.2',
version = '1.2.3',
url = 'http://hg.lolnet.org/pelican/',
author = 'Alexis Metaireau',
author_email = 'alexis@notmyidea.org',