From 98c1fca6af6235ede915937cbe6af8597d1888dd Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 13 Sep 2009 00:46:59 -0700 Subject: [PATCH] Improved wording in the CHANGES file. --HG-- branch : trunk --- CHANGES | 5 ++--- setup.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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', -- 2.26.2