Skip to content

Commit

Permalink
back to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Jan 8, 2015
1 parent fe9832a commit 4ef4ffa
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 @@ -11,7 +11,7 @@
from djconfig.models import Config as ConfigModel
from djconfig.settings import BACKEND, PREFIX

__version__ = "0.1.8"
__version__ = "0.1.7"
__all__ = ['config', 'register']

_registered_forms = set()
Expand Down
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.1.8',
version='0.1.7',
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 4ef4ffa

Please sign in to comment.