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'