Skip to content

Commit

Permalink
Merge pull request #671 from hdoupe/update_to_v1.0.3
Browse files Browse the repository at this point in the history
Update webapp version to 1.0.3
  • Loading branch information
brittainhard authored Sep 28, 2017
2 parents 7911fa7 + 8c45d13 commit 0bc0cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

from django.conf import global_settings

WEBAPP_VERSION = "1.0.2"
WEBAPP_VERSION = "1.0.3"

TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
'webapp.apps.pages.views.settings_context_processor',
Expand Down

0 comments on commit 0bc0cfb

Please sign in to comment.