From: Armin Ronacher Date: Mon, 18 Oct 2010 12:38:03 +0000 (+0200) Subject: Re-release of 2.5.4 as 2.5.5 without docs X-Git-Tag: 2.5.5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1116573c1159abb18e36ea96d8fbbde3cad23974;p=jinja2.git Re-release of 2.5.4 as 2.5.5 without docs --- diff --git a/CHANGES b/CHANGES index e02aed5..2a49c64 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,13 @@ Jinja2 Changelog ================ +Version 2.5.5 +------------- +(re-release of 2.5.4 with built documentation removed for filesize. + Released on October 18th 2010) + +- built documentation is no longer part of release. + Version 2.5.4 ------------- (bugfix release, released on October 17th 2010) diff --git a/MANIFEST.in b/MANIFEST.in index 713f21a..aeb66af 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ recursive-include ext * recursive-include artwork * recursive-include examples * recursive-include jinja2/testsuite/res * -recursive-exclude docs/_build/doctrees * +recursive-exclude docs/_build * recursive-exclude jinja2 *.pyc recursive-exclude docs *.pyc recursive-exclude jinja2 *.pyo diff --git a/setup.py b/setup.py index e50ffa9..7956d19 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ else: setup( name='Jinja2', - version='2.5.4', + version='2.5.5', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',