bump release to 1.0.12

This commit is contained in:
Benjamin Dauvergne 2014-07-15 15:21:13 +02:00
parent 7990ee11b4
commit f84444401b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.utils.timezone import now
from django.template.loader import render_to_string
__version__ = '1.0.11'
__version__ = '1.0.12'
class Plugin(object):
def get_before_urls(self):