diff --git a/alyx/actions/fixtures/actions.proceduretype.json b/alyx/actions/fixtures/actions.proceduretype.json index e137094c2..ee45ecace 100644 --- a/alyx/actions/fixtures/actions.proceduretype.json +++ b/alyx/actions/fixtures/actions.proceduretype.json @@ -14,7 +14,7 @@ "fields": { "name": "Water restriction", "json": null, - "description": "- Variation in the compositigit con, constituents, quantity and/or availability of the diet and/or drinking water which may cause pain, suffering, distress or lasting harm - withholding of water" + "description": "- Variation in the composition, constituents, quantity and/or availability of the diet and/or drinking water which may cause pain, suffering, distress or lasting harm - withholding of water" } }, { diff --git a/alyx/alyx/__init__.py b/alyx/alyx/__init__.py index d08f5d9b8..c31cd96fd 100644 --- a/alyx/alyx/__init__.py +++ b/alyx/alyx/__init__.py @@ -1 +1 @@ -VERSION = __version__ = '1.16.2' +VERSION = __version__ = '1.16.1'