From 5cfbfe5b83551df439a40811fd01428331044d1b Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Thu, 10 Jan 2019 08:36:01 +0100 Subject: [PATCH] Preparing release 1.2.0 --- docs/changelog.rst | 2 +- import_export/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'