Improved wording in the CHANGES file.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 13 Sep 2009 07:46:59 +0000 (00:46 -0700)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 13 Sep 2009 07:46:59 +0000 (00:46 -0700)
--HG--
branch : trunk

CHANGES
setup.py

diff --git a/CHANGES b/CHANGES
index 2e11d9ff845550bb5a950c30dc1eefae55278abc..c4f9b3fbe6d102fbfe308e5ae1869297a3225afd 100644 (file)
--- 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
 -------------
index fa266f136409391ae7a09eec1518a05543500b3f..09998a49744503a39039855b1ad73427a471379b 100644 (file)
--- 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',