From 54fd794c6d69268cf6d9bf8f0aaa930bd2df23e2 Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Fri, 14 Aug 2015 11:27:54 -0400 Subject: [PATCH] Bump to 0.7.0 --- HISTORY.rst | 7 +++++++ watchman/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e3bfba3..7d26f20 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ------- + +0.7.0 (2015-08-14) +++++++++++++++++++ + +* [`#40 `_] Bump ``django-jsonview`` for improved Django 1.8 compatibility + * Also brought travis Django test versions in line with currently supported Django versions (1.4.x, 1.7.x, 1.8.x) + 0.6.0 (2015-07-02) ++++++++++++++++++ diff --git a/watchman/__init__.py b/watchman/__init__.py index ef7eb44..a71c5c7 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.7.0'