From 17381ef4f3060917f738fb5519457943c1e0097d Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Fri, 7 Jun 2024 11:18:18 +0200 Subject: [PATCH] update changelog for 3.20.1 release (engine-3.20) --- debian/changelog | 7 +++++++ openquake/baselib/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ab5b97216bd..5102cd7cc91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python3-oq-engine (3.20.1-1~xenial01) xenial; urgency=low + + [Paolo Tormene, Antonio Ettorre, Armando Scarpati] + * Improved installation documentation + + -- Matteo Nastasi (GEM Foundation) Fri, 07 Jun 2024 09:13:03 +0000 + python3-oq-engine (3.20.0-1~xenial01) xenial; urgency=low [Paolo Tormene, Michele Simionato] diff --git a/openquake/baselib/__init__.py b/openquake/baselib/__init__.py index b54a11164c1..09231e33c62 100644 --- a/openquake/baselib/__init__.py +++ b/openquake/baselib/__init__.py @@ -127,4 +127,4 @@ def read(*paths, **validators): config.multi_user = install_user in ('root', 'openquake') # the version is managed by the universal installer -__version__ = '3.20.0' +__version__ = '3.20.1'