Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moqada committed Dec 11, 2012
1 parent 1197b42 commit 866299a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jserrorlogging/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 1, 0) VERSION = (0, 1, 1)
__version__ = '.'.join(map(str, VERSION)) __version__ = '.'.join(map(str, VERSION))


from .receivers import * from .receivers import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup( setup(
name='django-js-error-logging', name='django-js-error-logging',
version='0.1.0', version='0.1.1',
description='Logging Client-Side JavaScript errors for Django', description='Logging Client-Side JavaScript errors for Django',
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
author='Masahiko Okada', author='Masahiko Okada',
Expand Down

0 comments on commit 866299a

Please sign in to comment.