From: Armin Ronacher Date: Sun, 13 Sep 2009 07:46:59 +0000 (-0700) Subject: Improved wording in the CHANGES file. X-Git-Tag: 2.2.1~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=98c1fca6af6235ede915937cbe6af8597d1888dd;p=jinja2.git Improved wording in the CHANGES file. --HG-- branch : trunk --- diff --git a/CHANGES b/CHANGES index 2e11d9f..c4f9b3f 100644 --- a/CHANGES +++ b/CHANGES @@ -21,9 +21,8 @@ Version 2.2 - Added support for optional `scoped` modifier to blocks. - Added support for line-comments. - Added the `meta` module. -- Renamed (undocumented) attribute overlay to overlayed on the environment - because it was clashing with a method of the same name. The new attribute - is called "overlayed". +- Renamed (undocumented) attribute "overlay" to "overlayed" on the + environment because it was clashing with a method of the same name. Version 2.1.1 ------------- diff --git a/setup.py b/setup.py index fa266f1..09998a4 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ from distutils.errors import CCompilerError, DistutilsPlatformError setup( name='Jinja2', - version='2.2', + version='2.3', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',