bump version to 1.0.10

This commit is contained in:
Benjamin Dauvergne 2014-05-23 14:22:22 +02:00
parent 91f5698da4
commit 2da934b9b1
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'
__version__ = '1.0.10'
class Plugin(object):
def get_before_urls(self):