v0.7.1
This commit is contained in:
parent
57af78b8e0
commit
10c2e25de5
2
LICENSE
2
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,
|
||||
|
@ -16,7 +16,7 @@ extensions = ['sphinx.ext.autodoc']
|
||||
|
||||
# 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
|
||||
|
@ -15,7 +15,7 @@ from django.utils.importlib import import_module
|
||||
|
||||
import jinja2
|
||||
|
||||
VERSION = (0, 7, 0)
|
||||
VERSION = (0, 7, 1)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
||||
EXCLUDE_APPS = (
|
||||
|
Loading…
Reference in New Issue
Block a user