Skip to content

Commit

Permalink
Version bump, 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocol committed Jan 9, 2013
1 parent 1cc3c1e commit 8a6fe63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES CHANGES
======= =======


v0.6.1
------

* Added JINGO_INCLUDE_PATTERN.

v0.6 v0.6
---- ----


Expand Down
2 changes: 1 addition & 1 deletion jingo/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


import jinja2 import jinja2


VERSION = (0, 6) VERSION = (0, 6, 1)
__version__ = '.'.join(map(str, VERSION)) __version__ = '.'.join(map(str, VERSION))


EXCLUDE_APPS = ( EXCLUDE_APPS = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup( setup(
name='jingo', name='jingo',
version='0.6', version='0.6.1',
description='An adapter for using Jinja2 templates with Django.', description='An adapter for using Jinja2 templates with Django.',
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
author='Jeff Balogh', author='Jeff Balogh',
Expand Down

0 comments on commit 8a6fe63

Please sign in to comment.