Skip to content

Commit

Permalink
Version bump to 0.2.0, due to import path change.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabiy committed Jul 17, 2014
1 parent b1b8250 commit cde82d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangorestframework_camel_case/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = 'Vitaly Babiy'
__email__ = '[email protected]'
__version__ = '0.1.3'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='djangorestframework-camel-case',
version='0.1.3',
version='0.2.0',
description='Camel case JSON support for Django REST framework.',
long_description=readme + '\n\n' + history,
author='Vitaly Babiy',
Expand Down

0 comments on commit cde82d7

Please sign in to comment.