diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a29beeb..7cb356c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,13 @@ Changelog ========= +0.3.1 (08.06.2020) +~~~~~~~~~~~~~~~~ + + * Fix missing source when importing objects (Kalob Taulien) + * Fix updated request.site to use Site.find_for_request() (Kalob Taulien) + + 0.3 (02.06.2020) ~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index d38720b..49d2d11 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='wagtail-transfer', - version='0.3', + version='0.3.1', description="Content transfer for Wagtail", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',