]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
2.8.2.dev0 just in case
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 29 Dec 2016 13:17:12 +0000 (14:17 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 29 Dec 2016 13:17:12 +0000 (14:17 +0100)
jinja2/__init__.py
setup.py

index b4e1448ae1506142bae603ff4b0a0b6070065dae..9cec0793b90ca3483ffe8a6122334b7a987b2405 100644 (file)
@@ -27,7 +27,7 @@
     :license: BSD, see LICENSE for more details.
 """
 __docformat__ = 'restructuredtext en'
-__version__ = '2.8.1'
+__version__ = '2.8.2.dev0'
 
 # high level interface
 from jinja2.environment import Environment, Template
index f19b39488616e96ee4a46559a2daea6e972078d3..ba7cc24083c8fd9b58029c4b221388b12acba399 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ from setuptools import setup
 
 setup(
     name='Jinja2',
-    version='2.8.1',
+    version='2.8.2.dev0',
     url='http://jinja.pocoo.org/',
     license='BSD',
     author='Armin Ronacher',