Skip to content

Commit

Permalink
tip is now going towards 1.3
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
mitsuhiko committed Nov 18, 2007
1 parent 3e4fcf8 commit 1c19919
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion jinja/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@
'DictLoader', 'ChoiceLoader', 'FunctionLoader',
'MemcachedFileSystemLoader', 'from_string']

__version__ = '1.2'
__version__ = '1.3'
__author__ = 'Armin Ronacher'
__url__ = 'http://jinja.pocoo.org/'
__license__ = 'BSD'
__docformat__ = 'restructuredtext'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def build_extension(self, ext):

setup(
name='Jinja',
version='1.2',
version='1.3',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',
Expand Down

0 comments on commit 1c19919

Please sign in to comment.