Skip to content

Commit

Permalink
bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esteban committed Apr 19, 2015
1 parent 383afa7 commit b955754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from .conf import config
from .registry import register

__version__ = "0.3.2"
__version__ = "0.4.0"
__all__ = ['config', 'register']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-djconfig',
version='0.3.2',
version='0.4.0',
description='DjConfig is a Django app for storing other apps configurations.',
author='Esteban Castro Borsani',
author_email='ecastroborsani@gmail.com',
Expand Down

0 comments on commit b955754

Please sign in to comment.