From 38aa300153a81527104b1ffdd6b8bc3a0f7d2506 Mon Sep 17 00:00:00 2001 From: Bastien Potiron Date: Thu, 20 May 2021 16:34:45 +0200 Subject: [PATCH] Release 2.58.0 --- VERSION | 2 +- debian/changelog | 4 ++-- docs/changelog.rst | 7 ++----- docs/conf.py | 4 ++-- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index b2f03c8c3b..f0c70c3061 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.57.0+dev \ No newline at end of file +2.58.0 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 605e4a40ab..9a32619ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -geotrek-admin (2.57.0+dev) UNRELEASED; urgency=medium +geotrek-admin (2.58.0) RELEASED; urgency=medium * New package release - -- Gaƫl UTARD Wed, 28 Apr 2021 12:24:17 +0200 + -- Bastien POTIRON Thu, 20 May 2021 16:33:24 +0200 geotrek-admin (2.57.0) RELEASED; urgency=medium diff --git a/docs/changelog.rst b/docs/changelog.rst index da24e09c26..fe38bd4408 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,19 +2,16 @@ CHANGELOG ========= -2.57.0+dev +2.58.0 (2021-05-20) ------------------- -**New features** - -- Mobile API returns multiple pictures for objects like Treks and POIs. Can be configurated with MOBILE_NUMBER_PICTURES_SYNC setting. - **Documentation** - Add documentation ssl **New features** +- Mobile API returns multiple pictures for objects like Treks and POIs. Can be configurated with MOBILE_NUMBER_PICTURES_SYNC setting. - Add filter bad topologies and geoms **Bug fixes** diff --git a/docs/conf.py b/docs/conf.py index de60f7377f..70db4616e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.57' +version = '2.58' # The full version, including alpha/beta/rc tags. -release = '2.57.0+dev' +release = '2.58.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.