From 9162df032f9f5028f5f03354136af6861b9bc930 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Thu, 10 Feb 2022 10:21:25 +0100 Subject: [PATCH] update changelog for 3.11.5 release (engine-3.11) --- debian/changelog | 4 ++++ doc/installing/windows.md | 2 +- openquake/baselib/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e819bca0ab57..70524106b6dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ +python3-oq-engine (3.11.5-1~xenial01) xenial; urgency=low + [Michele Simionato] * Fixed a 32/64 bit bug in `oq export loss_maps-stats` + -- Matteo Nastasi (GEM Foundation) Thu, 10 Feb 2022 09:12:33 +0000 + python3-oq-engine (3.11.4-1~xenial01) xenial; urgency=low [Michele Simionato] diff --git a/doc/installing/windows.md b/doc/installing/windows.md index 35b0c8a6e6a1..633112254313 100644 --- a/doc/installing/windows.md +++ b/doc/installing/windows.md @@ -20,7 +20,7 @@ Requirements are: ## Install or upgrade packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.11.4-1.exe using any browser and run the installer, then follow the wizard on screen. +Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.11.5-1.exe using any browser and run the installer, then follow the wizard on screen. ![installer-screenshot-1](../img/win-installer-1.png) ![installer-screenshot-2](../img/win-installer-2.png) diff --git a/openquake/baselib/__init__.py b/openquake/baselib/__init__.py index b3e1b1ac20b5..588e99f08543 100644 --- a/openquake/baselib/__init__.py +++ b/openquake/baselib/__init__.py @@ -29,7 +29,7 @@ from openquake.baselib.general import git_suffix # noqa: E402 # the version is managed by packager.sh with a sed -__version__ = '3.11.4' +__version__ = '3.11.5' __version__ += git_suffix(__file__) version = dict(engine=__version__,