diff --git a/README.rst b/README.rst index 0896b5c..b09ecd0 100644 --- a/README.rst +++ b/README.rst @@ -131,7 +131,7 @@ Load form (with ``SMUGGLER_FIXTURE_DIR`` configured): Release notes ============= -Version 1.0.2 (unreleased) +Version 1.0.2 (2020-09-28) -------------------------- * Support Django 3.1 diff --git a/smuggler/__init__.py b/smuggler/__init__.py index bac3d66..7cc3d4a 100644 --- a/smuggler/__init__.py +++ b/smuggler/__init__.py @@ -11,7 +11,7 @@ you dump/load fixtures via the automatically-generated admin interface. """ -VERSION = (1, 0, 1) +VERSION = (1, 0, 2) def get_version():