diff --git a/docs/changelog.rst b/docs/changelog.rst index f4620c823..5e304f608 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +0.4.4 (unreleased) +------------------ + +- Nothing changed yet. + + 0.4.3 (2016-03-08) ------------------ diff --git a/import_export/__init__.py b/import_export/__init__.py index 908c0bb70..fb74d5567 100644 --- a/import_export/__init__.py +++ b/import_export/__init__.py @@ -1 +1 @@ -__version__ = '0.4.3' +__version__ = '0.4.4.dev0'