We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb68de9 commit 4ba9c42Copy full SHA for 4ba9c42
debian/changelog
@@ -1,3 +1,5 @@
1
+python3-oq-engine (3.19.1-0~xenial01) xenial; urgency=low
2
+
3
[Antonio Ettorre]
4
* Upgrade pyzmq to 26.0.3
5
@@ -7,6 +9,8 @@
7
9
maximum_distance together with a minimum_magnitude
8
10
* Backported fixes to the Canada SHM6 GMPEs
11
12
+ -- Matteo Nastasi (GEM Foundation) <nastasi@openquake.org> Tue, 14 May 2024 08:09:20 +0000
13
14
python3-oq-engine (3.19.0-1~xenial01) xenial; urgency=low
15
16
[Graeme Weatherill]
openquake/baselib/__init__.py
@@ -127,4 +127,4 @@ def read(*paths, **validators):
127
config.multi_user = install_user in ('root', 'openquake')
128
129
# the version is managed by packager.sh with a sed
130
-__version__ = '3.19.0'
+__version__ = '3.19.1'
0 commit comments