Skip to content

Commit

Permalink
update changelog for 3.11.5 release (engine-3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Feb 10, 2022
1 parent bf45a68 commit 9162df0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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) <[email protected]> Thu, 10 Feb 2022 09:12:33 +0000

python3-oq-engine (3.11.4-1~xenial01) xenial; urgency=low

[Michele Simionato]
Expand Down
2 changes: 1 addition & 1 deletion doc/installing/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion openquake/baselib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__,
Expand Down

0 comments on commit 9162df0

Please sign in to comment.