Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaudin committed Jan 8, 2012
1 parent ffa3bcc commit 6b89761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def common(request=None):
return {'logo_url': settings.LOGO_URL,
'parent_site_url': settings.PARENT_SITE_URL,
'version': '1.5',
'version': '1.5.1',
'GOOGLE_API_KEY': settings.GOOGLE_API_KEY,
'demo_mode': settings.DEMO,
'title_prefix': settings.TITLE_PREFIX}

0 comments on commit 6b89761

Please sign in to comment.