From e3ba54249f766f52597002adc843d461fc98a588 Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Tue, 2 Oct 2018 09:26:28 +0200 Subject: [PATCH] Back to development: 1.1.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 1e0b711..7b7568f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,12 @@ Changelog ========= +1.1.1 (unreleased) +------------------ + +- Nothing changed yet. + + 1.1.0 (2018-10-02) ------------------ diff --git a/import_export/__init__.py b/import_export/__init__.py index 1a72d32..31bf34d 100644 --- a/import_export/__init__.py +++ b/import_export/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.1.1.dev0'