From b32a71362b6d8a98cc30dc4084120cb18e4b6930 Mon Sep 17 00:00:00 2001 From: Chris Sinchok Date: Wed, 13 May 2015 10:18:57 -0500 Subject: [PATCH] New version, testing against 1.8 --- .travis.yml | 1 + djbetty/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec91eb4..ab44186 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: env: - DJANGO_VERSION=1.6 - DJANGO_VERSION=1.7.1 + - DJANGO_VERSION=1.8 cache: directories: - "$HOME/.pip-cache/" diff --git a/djbetty/__init__.py b/djbetty/__init__.py index d0b79ed..ec8d52e 100644 --- a/djbetty/__init__.py +++ b/djbetty/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.8" +__version__ = "0.1.9" from .fields import ImageField # noqa \ No newline at end of file