From 235a83ac4009bf84b3cbd040aa6bb8fedeacf0ae Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Tue, 3 Dec 2019 18:22:44 +0100 Subject: [PATCH] Back to development: 2.1 --- docs/changelog.rst | 6 ++++++ import_export/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f334566cc..1e2b99e01 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,12 @@ Changelog ========= +2.1 (unreleased) +---------------- + +- Nothing changed yet. + + 2.0 (2019-12-03) ---------------- diff --git a/import_export/__init__.py b/import_export/__init__.py index 3b3dacb9a..60a9771df 100644 --- a/import_export/__init__.py +++ b/import_export/__init__.py @@ -1 +1 @@ -__version__ = '2.0' +__version__ = '2.1.dev0'