diff options
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | archaeological_operations/forms.py | 2 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md index d37039d28..ec4c09940 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,8 +6,8 @@ date: 2022-05-17 Ishtar changelog ================ -v3.1.64-65 - 2022-05-18 ------------------------ +v3.1.64->66 - 2022-05-18 +------------------------ ### Bug fix ### diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 17b975c34..dea70c7b4 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -818,7 +818,7 @@ class OperationFormGeneral(CustomForm, ManageOldType): operator_reference = forms.CharField(label=_("Operator reference"), required=False, max_length=20) in_charge = forms.IntegerField( - label=_("In charge"), + label=_("Scientific monitor"), widget=widgets.JQueryAutoComplete( reverse_lazy( 'autocomplete-person', diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 5ac4a144a..fd381cc1f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.65 -VERSION = (3, 1, 65) +# 3.1.66 +VERSION = (3, 1, 66) def get_version(): |