From 84e0686b97e68944efe3fcb22ff5770d7f0fc0ab Mon Sep 17 00:00:00 2001 From: Chatewgne Date: Tue, 20 Sep 2022 10:15:27 +0200 Subject: [PATCH] Release 2.87.0 --- VERSION | 2 +- debian/changelog | 6 +++--- docs/changelog.rst | 9 +++------ docs/conf.py | 4 ++-- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index c10048849a..863f84e5c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.86.0+dev +2.87.0 diff --git a/debian/changelog b/debian/changelog index 30c43d5466..2ccad318d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -geotrek-admin (2.86.0+dev) UNRELEASED; urgency=medium +geotrek-admin (2.87.0) RELEASED; urgency=medium - * + * New package release - -- Célia PRAT Mon, 05 Sep 2022 17:56:34 +0200 + -- Célia Prat Tue, 20 Sep 2022 10:13:06 +0200 geotrek-admin (2.86.0) RELEASED; urgency=medium diff --git a/docs/changelog.rst b/docs/changelog.rst index 557ecf4c3a..17dbb8c454 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,7 +2,7 @@ CHANGELOG ========= -2.86.0+dev (XXXX-XX-XX) +2.87.0 (2022-09-20) ----------------------- **New features** @@ -12,9 +12,6 @@ CHANGELOG - Add parser using api v2 (InformationDesk, TouristicContent, TouristicEvent, POI, Trek, Service, Signage, Infrastructure) - Add aggregator parser with a conductor using json file -**Bug fixes** - -- Fix filtering on Services List does not filter **Minor improvements** @@ -24,6 +21,7 @@ CHANGELOG **Bug fixes** +- Fix filtering on Services List does not filter - Fix Site creation form is initialized with parent Site - Fix memory leak and optimize SQL queries on zoning intersections - Fix error message should not be displayed on attachments from the same structure as user @@ -58,6 +56,7 @@ CHANGELOG - Add possibility to use different type of file with import form - Add setting MAX_CHARACTERS for rich text fields with Mapentity 8.2.1 (#2901) - Set map resizable with Mapentity 8.2.1 (#3162) +- Add Category, certification label and status fields on trails (#2900 & #3152) **Minor improvements** @@ -86,8 +85,6 @@ CHANGELOG **New features** -- Add category field on trail model -- Add certification label and status fields on trails (#2900) - Fix downgrade user permissions (is_staff, is_superuser) for external authent (#3156) - Use permission bypass_structure on attachments and accessibility attachments (#2899) - Add boolean field 'display_in_legend' to Report Status model diff --git a/docs/conf.py b/docs/conf.py index d56a42441c..45f3f58ae2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.86' +version = '2.87' # The full version, including alpha/beta/rc tags. -release = '2.86.0+dev' +release = '2.87.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.