Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v0.7.1
  • Loading branch information
jsocol committed May 8, 2015
1 parent 57af78b commit 10c2e25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2014, Jeff Balogh.
Copyright (c) 2015, Jeff Balogh.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -16,7 +16,7 @@

# General information about the project.
project = u'Jingo'
copyright = u'2010-2014, The Mozilla Foundation'
copyright = u'2010-2015, The Mozilla Foundation'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion jingo/__init__.py
Expand Up @@ -15,7 +15,7 @@

import jinja2

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

EXCLUDE_APPS = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 10c2e25

Please sign in to comment.