Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
New version, testing against 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sinchok committed May 13, 2015
1 parent 4185026 commit b32a713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
env:
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7.1
- DJANGO_VERSION=1.8
cache:
directories:
- "$HOME/.pip-cache/"
Expand Down
2 changes: 1 addition & 1 deletion djbetty/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.8"
__version__ = "0.1.9"

from .fields import ImageField # noqa

0 comments on commit b32a713

Please sign in to comment.