From ecb9d10a7fab39251c818f3f58ab7c3b0d664499 Mon Sep 17 00:00:00 2001 From: "Jean Cochrane (Lead developer, DataMade)" Date: Tue, 23 Jul 2019 15:39:09 -0500 Subject: [PATCH] Add release notes for 2.5 --- RELEASENOTES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fc1a8d08..704e8e41 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,13 @@ # Release notes for django-councilmatic +## Version 2.5.0 + +*Changes* + +`2.5.0` constitutes a major, backwards incompatible release that factors custom Django models and the `import_data` management command out of `django-councilmatic`. Instead, `django-councilmatic>=2.5.0` extends the Django implementation of the Open Civic Data standard, `python-opencivicdata`, and updates application code throughout to accomodate the model changes. Approaches for further extension of the base models are outlined in the README. + +**Release date:** 7-23-2019 + ## Version 0.10.15 *Changes* @@ -294,4 +302,4 @@ Enforce a rollback in the event of an IntegrityError. See [commit history](https://github.com/datamade/django-councilmatic/commits/master) for prior changes. -**Release date:** 11-6-2017 \ No newline at end of file +**Release date:** 11-6-2017