Skip to content

Commit

Permalink
update changelog for 3.11.4 release (engine-3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Sep 8, 2021
1 parent 8f58c74 commit ff9ae5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
python3-oq-engine (3.11.4-1~xenial01) xenial; urgency=low

[Michele Simionato]
* Fixed a bug in the adjustment term in NSHMP2014 breaking the USA model
* Fixed a bug in the adjustment term in NSHMP2014 breaking the USA model
* Fixed the sanity check in event_based_damage giving false warnings
* Fixed the corner case when there are zero events per realization in
scenario_damage

-- Matteo Nastasi (GEM Foundation) <[email protected]> Wed, 08 Sep 2021 09:33:00 +0000

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

[Michele Simionato]
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.3'
__version__ = '3.11.4'
__version__ += git_suffix(__file__)

version = dict(engine=__version__,
Expand Down

0 comments on commit ff9ae5b

Please sign in to comment.