Skip to content

Commit 4ba9c42

Browse files
committed
update changelog for 3.19.1 release (engine-3.19)
1 parent eb68de9 commit 4ba9c42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debian/changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
python3-oq-engine (3.19.1-0~xenial01) xenial; urgency=low
2+
13
[Antonio Ettorre]
24
* Upgrade pyzmq to 26.0.3
35

@@ -7,6 +9,8 @@
79
maximum_distance together with a minimum_magnitude
810
* Backported fixes to the Canada SHM6 GMPEs
911

12+
-- Matteo Nastasi (GEM Foundation) <nastasi@openquake.org> Tue, 14 May 2024 08:09:20 +0000
13+
1014
python3-oq-engine (3.19.0-1~xenial01) xenial; urgency=low
1115

1216
[Graeme Weatherill]

openquake/baselib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ def read(*paths, **validators):
127127
config.multi_user = install_user in ('root', 'openquake')
128128

129129
# the version is managed by packager.sh with a sed
130-
__version__ = '3.19.0'
130+
__version__ = '3.19.1'

0 commit comments

Comments
 (0)