From d8bfb51f249ab9550efca879327fb410a243c880 Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Thu, 22 Dec 2016 18:04:30 -0600 Subject: [PATCH] Bump version to 0.6.0 --- HISTORY.rst | 2 +- field_history/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 71cd714..db0e327 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.6.0 (Not released) +0.6.0 (December 22, 2016) ++++++++++++++++++++++ * Added Django 1.10 compatibility. * Added MySQL compatibility. diff --git a/field_history/__init__.py b/field_history/__init__.py index 2b8877c..ef7eb44 100644 --- a/field_history/__init__.py +++ b/field_history/__init__.py @@ -1 +1 @@ -__version__ = '0.5.0' +__version__ = '0.6.0'