diff options
| -rw-r--r-- | CHANGES.md | 5 | ||||
| -rw-r--r-- | ishtar_common/models_imports.py | 1 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 3fddd5fcf..6c90a3773 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@  Ishtar changelog  ================ +v3.1.43 - 2021-12-10 +-------------------- +### Bugs ### +- Export: fix functional area export +  v3.1.42 - 2021-11-16  --------------------  ### Bugs ### diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index a90e16373..7ddd31a49 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -771,6 +771,7 @@ TARGET_MODELS = [      ('archaeological_finds.models.CheckedType', _("Checked type")),      ('archaeological_finds.models.MaterialTypeQualityType',       _("Material type quality")), +    ("archaeological_finds.models.FunctionalArea", _("Functional area")),      ('archaeological_context_records.models.IdentificationType',       _("Identification type")),      ('archaeological_context_records.models.RelationType', diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 81eb48a37..c556a7de2 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.42 -VERSION = (3, 1, 42) +# 3.1.43 +VERSION = (3, 1, 43)  def get_version():  | 
