From b78e338bf9b218f9b56b3f679fac47b46f6c574e Mon Sep 17 00:00:00 2001 From: Alexander Watzinger Date: Sat, 2 Apr 2022 18:40:59 +0200 Subject: [PATCH] Update changelog --- openatlas/util/changelog.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openatlas/util/changelog.py b/openatlas/util/changelog.py index 0a8c30dd4..cbf235b8d 100644 --- a/openatlas/util/changelog.py +++ b/openatlas/util/changelog.py @@ -1,13 +1,14 @@ versions = { - '7.2.0': ['TBA', { + '7.2.0': ['2022-04-02', { 'feature': { '1445': 'Anthropological sex estimation', '1628': 'New maps', '1151': 'Map marker improvements', - '1677': 'Adding a requirements.txt for alternative installation', + '1680': 'Add new connections to the network visualization', '1491': 'API: CSV export for network analysis', '1672': 'API: External references for types in subunits endpoint', '1639': 'Refactor', + '1677': 'Adding a requirements.txt for alternative installation', '1406': 'Update OpenAtlas Website'}, 'fix': { '1588': 'Map problems adding geometries after deleting geometries',