Skip to content

Commit

Permalink
Version 0.6 (Django 1.10 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
HassenPy committed Jul 18, 2017
1 parent ef2cf4a commit 5215323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.6.0 - Version 0.6 (Django 1.10 support)
0.4.0 - Py3k support
0.2.3 - Update README with better info re. conflicting apps.
0.2.2 - Fix long_description in PyPI.
Expand Down
2 changes: 1 addition & 1 deletion django_pdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function
from django.conf import settings
__version__ = '0.5.1'
__version__ = '0.6.0'

POST_MORTEM = getattr(settings, 'POST_MORTEM', False)
DEBUG = getattr(settings, 'DEBUG', False)
Expand Down

0 comments on commit 5215323

Please sign in to comment.