Skip to content

Commit

Permalink
Version bump to 1.3b5
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jun 9, 2015
1 parent acff7f0 commit 7cc0c99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions categories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'minor': 3,
'micro': 0,
'releaselevel': 'beta',
'serial': 4
'serial': 5
}


Expand All @@ -19,13 +19,14 @@ def get_version(short=False):
__version__ = get_version()


default_app_config = 'categories.apps.CategoriesConfig'

def register():
from categories import settings
from categories.registration import (_process_registry, register_fk,
register_m2m)
_process_registry(settings.FK_REGISTRY, register_fk)
_process_registry(settings.M2M_REGISTRY, register_m2m)

try:
register()
except Exception as e:
Expand Down

0 comments on commit 7cc0c99

Please sign in to comment.