Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianOellegaard committed Oct 20, 2014
1 parent a07290f commit 969e61f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions health_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is heavily inspired from the django admin autodiscover

__version_info__ = {
'major': 0,
'minor': 3,
'major': 1,
'minor': 0,
'micro': 0,
'releaselevel': 'final',
'serial': 0
Expand All @@ -21,7 +21,7 @@ def autodiscover():
from django.utils.importlib import import_module
from django.utils.module_loading import module_has_submodule
from health_check.plugins import plugin_dir

for app in settings.INSTALLED_APPS:
mod = import_module(app)
# Attempt to import the app's admin module.
Expand Down

0 comments on commit 969e61f

Please sign in to comment.