diff --git a/docs/changelog.rst b/docs/changelog.rst index 4d2eccc..4cec24a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog 1.2.0 ------------------ -- feat: Better surfacing of validation errors in UI / optional model instance validation (#852) +1.2.0 (2019-01-10) - chore: Use modern setuptools in setup.py (#862) diff --git a/import_export/__init__.py b/import_export/__init__.py index 31bf34d..58d478a 100644 --- a/import_export/__init__.py +++ b/import_export/__init__.py @@ -1 +1 @@ -__version__ = '1.1.1.dev0' +__version__ = '1.2.0'