Skip to content

Commit

Permalink
update changelog for 3.12.1 release (engine-3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Nov 10, 2021
1 parent 73255be commit f79490b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python3-oq-engine (3.12.1-1~xenial01) xenial; urgency=low

[Michele Simionato]
* Fixed a bug in event_based_risk with nontrivial taxonomy mapping producing
NaNs in the event loss table
Expand All @@ -10,6 +12,8 @@
get_array_usgs_id() got an unexpected keyword argument 'id'
* Fixed the Abrahamson Gulerce GMPE failing with a scalar<->array error

-- Matteo Nastasi (GEM Foundation) <[email protected]> Wed, 10 Nov 2021 08:57:05 +0000

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

[Marco Pagani]
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.12.0'
__version__ = '3.12.1'
__version__ += git_suffix(__file__)

version = dict(engine=__version__,
Expand Down

0 comments on commit f79490b

Please sign in to comment.