Bump version number to 2.9.6
diff --git a/jinja2/__init__.py b/jinja2/__init__.py
index 8683b44..4b0b7a8 100644
--- a/jinja2/__init__.py
+++ b/jinja2/__init__.py
@@ -27,7 +27,7 @@
     :license: BSD, see LICENSE for more details.
 """
 __docformat__ = 'restructuredtext en'
-__version__ = '2.9.6.dev'
+__version__ = '2.9.6'
 
 # high level interface
 from jinja2.environment import Environment, Template
diff --git a/setup.py b/setup.py
index c3553ff..127bc21 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@
 
 setup(
     name='Jinja2',
-    version='2.9.6.dev',
+    version='2.9.6',
     url='http://jinja.pocoo.org/',
     license='BSD',
     author='Armin Ronacher',